diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2024-03-29 15:12:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 16:12:55 -0600 |
commit | 7756c8f4fcaecb1eae1bd695c65c0c96c46c4807 (patch) | |
tree | 623c3b7f2e31fedc72626c9d558fc4f8f13abd77 /share | |
parent | 69c8a9e4badb8d51a5e9630c635aa12f696d5eea (diff) | |
download | spack-7756c8f4fcaecb1eae1bd695c65c0c96c46c4807.tar.gz spack-7756c8f4fcaecb1eae1bd695c65c0c96c46c4807.tar.bz2 spack-7756c8f4fcaecb1eae1bd695c65c0c96c46c4807.tar.xz spack-7756c8f4fcaecb1eae1bd695c65c0c96c46c4807.zip |
ci devtools manylinux2014: update ci image with compatible gpg (#43421)
Diffstat (limited to 'share')
-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 |