Skip to content

Commit

Permalink
compatibility across Nimble versions (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Dec 16, 2024
1 parent 8fafcd0 commit 0bddaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_nim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ build_nim() {
./koch --skipIntegrityCheck boot -d:release --skipUserCfg --skipParentCfg --warnings:off --hints:off
if [[ "${QUICK_AND_DIRTY_COMPILER}" == "0" ]]; then
# We want tools
./koch tools -d:release --skipUserCfg --skipParentCfg --warnings:off --hints:off
./koch tools -d:release --skipUserCfg --warnings:off --hints:off
elif [[ "${QUICK_AND_DIRTY_NIMBLE}" != "0" ]]; then
# We just want nimble
./koch nimble -d:release --skipUserCfg --skipParentCfg --warnings:off --hints:off
./koch nimble -d:release --skipUserCfg --warnings:off --hints:off
fi
else
# Git commits
Expand Down

0 comments on commit 0bddaba

Please sign in to comment.