bootstrapping Nim compiler with cpp --gc:orc (#19087)

This commit is contained in:
flywind
2021-11-02 16:10:25 +08:00
committed by GitHub
parent 2e0db988e7
commit e01e543fce

View File

@@ -602,9 +602,8 @@ proc runCI(cmd: string) =
execFold("Run atlas tests", "nim c -r -d:atlasTests tools/atlas/atlas.nim clone https://github.com/disruptek/balls")
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")
# 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)