Skip to content

Commit

Permalink
build: clamp Cirrus core count to 2.
Browse files Browse the repository at this point in the history
There's no real added value to making this higher and the ARM box
can barely handle the load.
  • Loading branch information
sbahra committed Sep 12, 2024
1 parent 7532cfb commit 8e88e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ task:
apt-get install -y gcc make
script:
- cc --version
- ./tools/ci-build.sh
- ./tools/ci-build.sh --cores=2
- make check

0 comments on commit 8e88e80

Please sign in to comment.