diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-08-30 07:49:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 07:49:10 +0200 |
commit | bd71ce5856a2d173305ea081a9f02e43347ee59b (patch) | |
tree | 4a31133dbf78935fbccbe1e8964c510866e4e3e1 | |
parent | 73fc86cbc3ae6dea5f69e3a0516e1a7691864fa3 (diff) | |
download | spack-bd71ce5856a2d173305ea081a9f02e43347ee59b.tar.gz spack-bd71ce5856a2d173305ea081a9f02e43347ee59b.tar.bz2 spack-bd71ce5856a2d173305ea081a9f02e43347ee59b.tar.xz spack-bd71ce5856a2d173305ea081a9f02e43347ee59b.zip |
cray: allow failure due to broken blas (#46111)
1. libsci_cray.so is broken, as it fails to list `libdl.so` in
DT_NEEDED.
2. cray compilers fail to build a different blas
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index ce201d402d..eceb9f3964 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -885,6 +885,7 @@ e4s-cray-rhel-generate: extends: [ ".generate-cray-rhel", ".e4s-cray-rhel" ] e4s-cray-rhel-build: + allow_failure: true # libsci_cray.so broken, misses DT_NEEDED for libdl.so extends: [ ".build", ".e4s-cray-rhel" ] trigger: include: @@ -907,6 +908,7 @@ e4s-cray-sles-generate: extends: [ ".generate-cray-sles", ".e4s-cray-sles" ] e4s-cray-sles-build: + allow_failure: true # libsci_cray.so broken, misses DT_NEEDED for libdl.so extends: [ ".build", ".e4s-cray-sles" ] trigger: include: |