mirror of
https://github.com/h2o/h2o.git
synced 2025-04-20 02:44:45 +08:00
disable use of lockfiles in mruby
This commit is contained in:
parent
f246a6222c
commit
e03f99679f
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -12,7 +12,7 @@
|
||||
url = https://github.com/h2o/cache-digest.js.git
|
||||
[submodule "misc/h2get"]
|
||||
path = misc/h2get
|
||||
url = https://github.com/deweerdt/h2get.git
|
||||
url = https://github.com/kazuho/h2get.git
|
||||
[submodule "deps/theft"]
|
||||
path = deps/theft
|
||||
url = https://github.com/silentbicycle/theft
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 675ee16913ac579f3ed4fe7f1ff9d1986a172971
|
||||
Subproject commit c9614386dfb57cad43a085f42c3d070b15837041
|
@ -1,3 +1,5 @@
|
||||
MRuby::Lockfile.disable
|
||||
|
||||
MRuby::Build.new do |conf|
|
||||
# load specific toolchain settings
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user