Skip to content

Commit 12ae90a

Browse files
vemvbbatsov
authored andcommitted
Always use mranderson without parallelism
About 20% of CI jobs were failing due to parallelism, which meant that one often had to manually restart builds which would delay releases, etc.
1 parent bc7779f commit 12ae90a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ executors:
1919
- image: circleci/clojure:openjdk-8-lein-2.9.1-node
2020
environment:
2121
LEIN_ROOT: "true" # we intended to run lein as root
22+
LEIN_JVM_OPTS: -Dmranderson.internal.no-parallelism=true
2223
JVM_OPTS: -Xmx3200m # limit the maximum heap size to prevent out of memory errors
2324
<<: *defaults
2425

0 commit comments

Comments
 (0)