Skip to content

Commit

Permalink
ci/circle: manually cap build jobs
Browse files Browse the repository at this point in the history
Can't look at `/sys/fs/cgroup/cpu/cpu.shares` anymore…
  • Loading branch information
benoit-pierre committed Nov 18, 2024
1 parent fd37272 commit 726de12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
CCACHE_MAXSIZE: "128M"
CLICOLOR_FORCE: "1"
EMULATE_READER: "1"
MAKEFLAGS: "OUTPUT_DIR=build INSTALL_DIR=install"
MAKEFLAGS: "PARALLEL_JOBS=3 OUTPUT_DIR=build INSTALL_DIR=install"
parallelism: 2
steps:
# Checkout / fetch. {{{
Expand Down

0 comments on commit 726de12

Please sign in to comment.