Skip to content

Commit

Permalink
try to launch fewer backend compilers under ci
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jun 26, 2021
1 parent e46575e commit b89f533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balls/runner.nim
Original file line number Diff line number Diff line change
@@ -242,7 +242,7 @@ else:
var defaults = @["""--path=".""""] # work around early nim behavior

when compileOption"threads":
defaults.add "--parallelBuild:0"
defaults.add "--parallelBuild:1"

if (NimMajor, NimMinor) >= (1, 6):
# always use IC if it's available

0 comments on commit b89f533

Please sign in to comment.