mirror of
https://github.com/curl/curl.git
synced 2025-01-06 13:44:52 +08:00
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
This commit is contained in:
parent
7d5b0ba3ff
commit
e838b341a0
2
.github/workflows/awslc.yml
vendored
2
.github/workflows/awslc.yml
vendored
@ -41,7 +41,7 @@ concurrency:
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 4
|
||||
|
||||
# renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com
|
||||
awslc-version: 1.28.0
|
||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -40,7 +40,7 @@ concurrency:
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 4
|
||||
# unhandled
|
||||
bearssl-version: 0.6
|
||||
# renovate: datasource=github-tags depName=libressl-portable/portable versioning=semver registryUrl=https://github.com
|
||||
|
2
.github/workflows/linux32.yml
vendored
2
.github/workflows/linux32.yml
vendored
@ -44,7 +44,7 @@ concurrency:
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 4
|
||||
|
||||
jobs:
|
||||
linux-i686:
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -41,7 +41,7 @@ permissions: {}
|
||||
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
|
||||
MAKEFLAGS: -j 5
|
||||
MAKEFLAGS: -j 3
|
||||
|
||||
jobs:
|
||||
autotools:
|
||||
|
2
.github/workflows/ngtcp2-linux.yml
vendored
2
.github/workflows/ngtcp2-linux.yml
vendored
@ -45,7 +45,7 @@ concurrency:
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 4
|
||||
# unhandled
|
||||
quictls-version: 3.1.4+quic
|
||||
# renovate: datasource=github-tags depName=gnutls/gnutls versioning=semver registryUrl=https://github.com
|
||||
|
2
.github/workflows/osslq-linux.yml
vendored
2
.github/workflows/osslq-linux.yml
vendored
@ -45,7 +45,7 @@ concurrency:
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 4
|
||||
# handled in renovate.json
|
||||
openssl3-version: openssl-3.3.0
|
||||
# unhandled
|
||||
|
2
.github/workflows/quiche-linux.yml
vendored
2
.github/workflows/quiche-linux.yml
vendored
@ -45,7 +45,7 @@ concurrency:
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 4
|
||||
# unhandled
|
||||
openssl-version: 3.1.4+quic
|
||||
# renovate: datasource=github-tags depName=ngtcp2/nghttp3 versioning=semver registryUrl=https://github.com
|
||||
|
2
.github/workflows/torture.yml
vendored
2
.github/workflows/torture.yml
vendored
@ -45,7 +45,7 @@ concurrency:
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 4
|
||||
|
||||
jobs:
|
||||
autotools:
|
||||
|
2
.github/workflows/wolfssl.yml
vendored
2
.github/workflows/wolfssl.yml
vendored
@ -45,7 +45,7 @@ concurrency:
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 4
|
||||
|
||||
jobs:
|
||||
autotools:
|
||||
|
Loading…
Reference in New Issue
Block a user