Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Apr 30, 2021
1 parent 014eddb commit f16c29a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ proc runCI(cmd: string) =
echo "runCI: ", cmd
echo hostInfo()
# boot without -d:nimHasLibFFI to make sure this still works
# `--lib:lib` is needed for bootstrap on openbsd, for reasons described in
# https://github.com/nim-lang/Nim/pull/14291 (`getAppFilename` bugsfor older nim on openbsd).
kochExecFold("Boot in release mode", "boot -d:release -d:nimStrictMode --lib:lib")

when false: # debugging: when you need to run only 1 test in CI, use something like this:
Expand Down

0 comments on commit f16c29a

Please sign in to comment.