Skip to content

Commit

Permalink
Disable mranderson parallelism in missing places
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Feb 10, 2022
1 parent a75fffc commit 6529ec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ executors:
- image: circleci/clojure:openjdk-11-lein-2.9.3-buster-node
environment:
LEIN_ROOT: "true" # we intended to run lein as root
LEIN_JVM_OPTS: -Dmranderson.internal.no-parallelism=true
JVM_OPTS: -Xmx3200m --illegal-access=deny # forbid reflective access (this flag doesn't exist for JDK8 or JDK17+)
<<: *defaults

Expand All @@ -47,6 +48,7 @@ executors:
- image: circleci/clojure:openjdk-16-lein-2.9.5-buster-node
environment:
LEIN_ROOT: "true" # we intended to run lein as root
LEIN_JVM_OPTS: -Dmranderson.internal.no-parallelism=true
JVM_OPTS: -Xmx3200m --illegal-access=deny # forbid reflective access (this flag doesn't exist for JDK8 or JDK17+)
<<: *defaults

Expand All @@ -55,6 +57,7 @@ executors:
- image: circleci/clojure:openjdk-17-lein-2.9.5-buster-node
environment:
LEIN_ROOT: "true" # we intended to run lein as root
LEIN_JVM_OPTS: -Dmranderson.internal.no-parallelism=true
JVM_OPTS: -Xmx3200m
<<: *defaults

Expand Down

0 comments on commit 6529ec0

Please sign in to comment.