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 8d46979 commit 52b166c
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 @@ -130,7 +130,7 @@ jobs:
BASH_ENV: "~/.bashrc"
CCACHE_MAXSIZE: << parameters.ccache_maxsize >>
CLICOLOR_FORCE: "1"
MAKEFLAGS: "OUTPUT_DIR=build"
MAKEFLAGS: "PARALLEL_JOBS=3 OUTPUT_DIR=build"
steps:
# Checkout / fetch. {{{
- checkout
Expand Down

0 comments on commit 52b166c

Please sign in to comment.