Skip to content

Commit ae50f1f

Browse files
committed
Limit cores to 3 for musl arm64 in CI
1 parent 055073e commit ae50f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-natives.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
vcpkg-os-target: linux-musl
7777
vcpkg-platform-target: arm64
7878
use-nix: true
79-
shell_command: nix develop .#natives-musl --option max-jobs 1 -c bash -eo pipefail {0}
79+
shell_command: nix develop .#natives-musl --option max-jobs 1 --option cores 3 -c bash -eo pipefail {0}
8080

8181
runs-on: ${{ matrix.runs-on }}
8282
permissions:

0 commit comments

Comments
 (0)