test: install script debug - default buildchain

This commit is contained in:
Roman 2023-12-06 16:38:34 +01:00
parent 8f7c339868
commit 203669e5f2
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 1 additions and 0 deletions

View File

@ -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