summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/stacks/aws-isc/spack.yaml
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2022-10-26 20:31:16 +0200
committerGitHub <noreply@github.com>2022-10-26 20:31:16 +0200
commit34f9394732ff7e168c78c8574de3111f83c875e2 (patch)
treeb5c88127984b8ca6d40c78a28d9b3d8f7a63a925 /share/spack/gitlab/cloud_pipelines/stacks/aws-isc/spack.yaml
parent30c9ff50dd048573e3cd7a63a8ab9c05c0bee339 (diff)
downloadspack-34f9394732ff7e168c78c8574de3111f83c875e2.tar.gz
spack-34f9394732ff7e168c78c8574de3111f83c875e2.tar.bz2
spack-34f9394732ff7e168c78c8574de3111f83c875e2.tar.xz
spack-34f9394732ff7e168c78c8574de3111f83c875e2.zip
gitlab ci: show build machine info (#33523)
Diffstat (limited to 'share/spack/gitlab/cloud_pipelines/stacks/aws-isc/spack.yaml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/stacks/aws-isc/spack.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/aws-isc/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/aws-isc/spack.yaml
index c71b514c6e..5267b2a310 100644
--- a/share/spack/gitlab/cloud_pipelines/stacks/aws-isc/spack.yaml
+++ b/share/spack/gitlab/cloud_pipelines/stacks/aws-isc/spack.yaml
@@ -161,11 +161,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
- cd ${SPACK_CONCRETE_ENV_DIR}
- spack env activate --without-view .
- spack config add "config:install_tree:projections:${SPACK_JOB_SPEC_PKG_NAME}:'morepadding/{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'"