diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/configs/packages.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/packages.yaml b/share/spack/gitlab/cloud_pipelines/configs/packages.yaml deleted file mode 100644 index dbd945bc72..0000000000 --- a/share/spack/gitlab/cloud_pipelines/configs/packages.yaml +++ /dev/null @@ -1,14 +0,0 @@ -packages: - #all: - # CI should never build develop/main/master versions of - # packages. - # Current issues: - # - e4s/dav - # - hdf5-vol-async => argobot@main - # - aws-isc-aarch64 - # - sse2neon - #require: "@:999999999" - python: - # This is required after https://github.com/spack/spack/pull/38619 - # to avoid concretizing deprecated python. - require: "@3.8:" |