gitlab ci: show build machine info (#33523)

This commit is contained in:
Harmen Stoppels
2022-10-26 20:31:16 +02:00
committed by GitHub
parent 30c9ff50dd
commit 34f9394732
17 changed files with 49 additions and 0 deletions

View File

@@ -65,11 +65,14 @@ spack:
gitlab-ci:
script:
- uname -a
- grep -E 'vendor|model name' /proc/cpuinfo | sort -u
- 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 arch
- spack compiler find
- cd ${SPACK_CONCRETE_ENV_DIR}
- spack env activate --without-view .