gitlab ci: install binary deps faster (#33248)

* Fast Gitlab CI job setup, and better legibility

* Use a non-broken, recent GNU Make
This commit is contained in:
Harmen Stoppels
2022-10-26 09:19:24 +02:00
committed by GitHub
parent d039744a5b
commit a2520e80c0
19 changed files with 139 additions and 38 deletions

View File

@@ -63,6 +63,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
- spack compiler find