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:
Axel Huebl 2020-05-09 14:48:26 -07:00 committed by Todd Gamblin
parent 05203ec3fb
commit 2b234b7a66

View file

@ -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