ensure 'koch boot --gc:orc' stays green (#18353)

* ensure 'koch boot --gc:orc' stays green

* disable for C++ code generator for now
This commit is contained in:
Andreas Rumpf
2021-06-26 03:39:52 +02:00
committed by GitHub
parent f6bea08eac
commit 39fbf3c84b

View File

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