test: install script debug - default buildchain
This commit is contained in:
parent
8f7c339868
commit
203669e5f2
|
@ -132,6 +132,7 @@ build_nim() {
|
|||
if grep -q skipIntegrityCheck koch.nim; then
|
||||
# Run Nim buildchain
|
||||
. ci/funs.sh
|
||||
echo "Building with default buildchain"
|
||||
NIMCORES=1 nimBuildCsourcesIfNeeded $UCPU
|
||||
bin/nim c --noNimblePath --skipUserCfg --skipParentCfg --warnings:off --hints:off koch
|
||||
./koch --skipIntegrityCheck boot -d:release --skipUserCfg --skipParentCfg --warnings:off --hints:off
|
||||
|
|
Loading…
Reference in New Issue