summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2022-10-26 09:19:24 +0200
committerGitHub <noreply@github.com>2022-10-26 09:19:24 +0200
commita2520e80c0b2bee62cc4d57090ded2422b96263a (patch)
treeeaf59321da878652af2c63c139b8fddd318ef39f /share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml
parentd039744a5be714d476e8c41e38ec6a789dfe6de7 (diff)
downloadspack-a2520e80c0b2bee62cc4d57090ded2422b96263a.tar.gz
spack-a2520e80c0b2bee62cc4d57090ded2422b96263a.tar.bz2
spack-a2520e80c0b2bee62cc4d57090ded2422b96263a.tar.xz
spack-a2520e80c0b2bee62cc4d57090ded2422b96263a.zip
gitlab ci: install binary deps faster (#33248)
* Fast Gitlab CI job setup, and better legibility * Use a non-broken, recent GNU Make
Diffstat (limited to 'share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml
index 2a4950d11a..8d6669252a 100644
--- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml
+++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml
@@ -253,6 +253,9 @@ spack:
gitlab-ci:
script:
+ - curl -Lfs https://github.com/JuliaBinaryWrappers/GNUMake_jll.jl/releases/download/GNUMake-v4.3.0%2B0/GNUMake.v4.3.0.x86_64-linux-gnu.tar.gz -o gmake.tar.gz
+ - printf 'b019c4aa757503d442c906047f6b1c393bf8eeba71260d455537cfc708862249 gmake.tar.gz' | sha256sum --check --strict --quiet
+ - tar -xzf gmake.tar.gz -C /usr bin/make 2> /dev/null
- . "./share/spack/setup-env.sh"
- spack --version
- cd ${SPACK_CONCRETE_ENV_DIR}