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 changed files with 1 additions and 0 deletions
1
.github/workflows/install_spack.sh
vendored
1
.github/workflows/install_spack.sh
vendored
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
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 compilers
|
||||
|
|
Loading…
Reference in a new issue