diff options
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index 6d16cc8712..0bc97aeb2f 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -529,7 +529,7 @@ developer-tools-build: developer-tools-manylinux2014-generate: extends: [ ".developer-tools-manylinux2014", ".generate-x86_64"] - image: ecpe4s/manylinux2014:2024.03.11 + image: ecpe4s/manylinux2014:2024.03.28 developer-tools-manylinux2014-build: extends: [ ".developer-tools-manylinux2014", ".build" ] diff --git a/share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml index 28a258eafa..13834a8160 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml @@ -83,7 +83,7 @@ spack: ci: pipeline-gen: - build-job: - image: ecpe4s/manylinux2014:2024.03.11 + image: ecpe4s/manylinux2014:2024.03.28 cdash: - build-group: Developer Tools Manylinux2014
\ No newline at end of file + build-group: Developer Tools Manylinux2014 |