replace csources submodule
This commit is contained in:
parent
e125ec9a51
commit
b6ceb0fc65
|
@ -3,13 +3,13 @@
|
|||
url = https://github.com/status-im/Nim.git
|
||||
ignore = dirty
|
||||
branch = nimbus
|
||||
[submodule "vendor/Nim-csources"]
|
||||
path = vendor/Nim-csources
|
||||
url = https://github.com/nim-lang/csources.git
|
||||
ignore = dirty
|
||||
branch = master
|
||||
[submodule "vendor/nimble"]
|
||||
path = vendor/nimble
|
||||
url = https://github.com/nim-lang/nimble.git
|
||||
ignore = dirty
|
||||
branch = master
|
||||
[submodule "vendor/Nim-csources-v1"]
|
||||
path = vendor/Nim-csources-v1
|
||||
url = https://github.com/nim-lang/csources_v1.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
|
|
|
@ -78,7 +78,7 @@ build-nim: | sanity-checks
|
|||
MAKE="$(MAKE)" \
|
||||
ARCH_OVERRIDE=$(ARCH_OVERRIDE) \
|
||||
QUICK_AND_DIRTY_COMPILER=$(QUICK_AND_DIRTY_COMPILER) \
|
||||
"$(CURDIR)/$(BUILD_SYSTEM_DIR)/scripts/build_nim.sh" "$(NIM_DIR)" ../Nim-csources ../nimble "$(CI_CACHE)"
|
||||
"$(CURDIR)/$(BUILD_SYSTEM_DIR)/scripts/build_nim.sh" "$(NIM_DIR)" ../Nim-csources-v1 ../nimble "$(CI_CACHE)"
|
||||
|
||||
#- for each submodule, delete checked out files (that might prevent a fresh checkout); skip dotfiles
|
||||
#- in case of submodule URL changes, propagates that change in the parent repo's .git directory
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f72f471adb743bea4f8d8c59d19aa1cb885dcc59
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a8a5241f9475099c823cfe1a5e0ca4022ac201ff
|
Loading…
Reference in New Issue