summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2020-05-09 14:48:26 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2020-05-09 17:41:10 -0700
commit2b234b7a66fe57583ba7fd4d586352d1f1b8ab4f (patch)
treebc1af4fd1505b84b54eb005595a18c9c06a024a1 /.github
parent05203ec3fb027f7e5e167bb362bda3a21db4afa9 (diff)
downloadspack-2b234b7a66fe57583ba7fd4d586352d1f1b8ab4f.tar.gz
spack-2b234b7a66fe57583ba7fd4d586352d1f1b8ab4f.tar.bz2
spack-2b234b7a66fe57583ba7fd4d586352d1f1b8ab4f.tar.xz
spack-2b234b7a66fe57583ba7fd4d586352d1f1b8ab4f.zip
macOS nightly: two cores
All GitHub actions provide two cores. Just make sure this does not get oversubscribed with potentially visible additional physical cores.
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/install_spack.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/install_spack.sh b/.github/workflows/install_spack.sh
index aa8a68adc1..5efae461a5 100755
--- a/.github/workflows/install_spack.sh
+++ b/.github/workflows/install_spack.sh
@@ -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