summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2023-10-25 20:55:04 +0200
committerGitHub <noreply@github.com>2023-10-25 11:55:04 -0700
commitc0a4be156ceb02773687e3dd8d95af772415b1ab (patch)
tree051c1161fb613f0505e3c4355c76944434929e6d /share/spack/gitlab/cloud_pipelines/configs/ci.yaml
parent0c30418732d67afd224172763e07d64316ae7933 (diff)
downloadspack-c0a4be156ceb02773687e3dd8d95af772415b1ab.tar.gz
spack-c0a4be156ceb02773687e3dd8d95af772415b1ab.tar.bz2
spack-c0a4be156ceb02773687e3dd8d95af772415b1ab.tar.xz
spack-c0a4be156ceb02773687e3dd8d95af772415b1ab.zip
ci: don't put compilers in config (#40700)
* ci: don't register detectable compilers Cause they go out of sync... * remove intel compiler, it can be detected too * Do not run spack compiler find since compilers are registered in concretize job already * trilinos: work around +stokhos +cuda +superlu-dist bug due to EMPTY macro
Diffstat (limited to 'share/spack/gitlab/cloud_pipelines/configs/ci.yaml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
index 9aad850b5d..29dc993a15 100644
--- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
+++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml
@@ -12,7 +12,7 @@ ci:
before_script-:
- - spack list --count # ensure that spack's cache is populated
- - spack env activate --without-view ${SPACK_CONCRETE_ENV_DIR}
- - spack compiler find
+ - spack compiler list
- if [ -n "$SPACK_BUILD_JOBS" ]; then spack config add "config:build_jobs:$SPACK_BUILD_JOBS"; fi
- - mkdir -p ${SPACK_ARTIFACTS_ROOT}/user_data
# AWS runners mount E4S public key (verification), UO runners mount public/private (signing/verification)