macOS nightly: two cores
All GitHub actions provide two cores. Just make sure this does not get oversubscribed with potentially visible additional physical cores.
This commit is contained in:
parent
05203ec3fb
commit
2b234b7a66
1
.github/workflows/install_spack.sh
vendored
1
.github/workflows/install_spack.sh
vendored
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
git clone https://github.com/spack/spack.git
|
git clone https://github.com/spack/spack.git
|
||||||
|
echo -e "config:\n build_jobs: 2" > spack/etc/spack/config.yaml
|
||||||
. spack/share/spack/setup-env.sh
|
. spack/share/spack/setup-env.sh
|
||||||
spack compilers
|
spack compilers
|
||||||
|
Loading…
Reference in New Issue
Block a user