]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA: adjust parallel job counts
authorAyesh Karunaratne <ayesh@aye.sh>
Mon, 12 Feb 2024 07:05:35 +0000 (14:05 +0700)
committerViktor Szakats <commit@vsz.me>
Thu, 30 May 2024 07:57:50 +0000 (09:57 +0200)
commite838b341a08b44d4a8486fb0d3f15d12fc794c62
tree93359e99bdea4403eb4cada7c358c8183480419b
parent7d5b0ba3ff109ce9fca629501828e26c12eb0174
GHA: adjust parallel job counts

Adjusts the `make -j` flag to match the latest GitHub-hosted runner
hardware specs[^1]:

 - `ubuntu-latest` on 4 CPU cores
 - `macos-latest` on 3 CPU cores

The processor count is ideally obtained from `nproc`, but setting env
vars from the current CI yaml files is not possible because they expect
literal strings.

[^1]: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

Closes #12927
.github/workflows/awslc.yml
.github/workflows/linux.yml
.github/workflows/linux32.yml
.github/workflows/macos.yml
.github/workflows/ngtcp2-linux.yml
.github/workflows/osslq-linux.yml
.github/workflows/quiche-linux.yml
.github/workflows/torture.yml
.github/workflows/wolfssl.yml