Skip to content

Commit

Permalink
ensure 'koch boot --gc:orc' stays green (#18353)
Browse files Browse the repository at this point in the history
* ensure 'koch boot --gc:orc' stays green

* disable for C++ code generator for now
  • Loading branch information
Araq authored Jun 26, 2021
1 parent f6bea08 commit 39fbf3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,11 @@ proc runCI(cmd: string) =
when defined(posix):
execFold("Run nimsuggest tests", "nim r nimsuggest/tester")

when not defined(bsd):
if not doUseCpp:
# the BSDs are overwhelmed already, so only run this test on the other machines:
kochExecFold("Boot Nim ORC", "boot -d:release --gc:orc --lib:lib")

proc testUnixInstall(cmdLineRest: string) =
csource("-d:danger" & cmdLineRest)
xz(false, cmdLineRest)
Expand Down

0 comments on commit 39fbf3c

Please sign in to comment.