diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-09-19 11:47:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 11:47:48 +0200 |
commit | 7d33c36a30ed518b3e12f8ae1cdd916d5fa93e44 (patch) | |
tree | e3c836d8379d78ad160e5659e463f5c27b7410d5 /share | |
parent | 4f14db19c4884d480cd102e965287bf29667f0c3 (diff) | |
download | spack-7d33c36a30ed518b3e12f8ae1cdd916d5fa93e44.tar.gz spack-7d33c36a30ed518b3e12f8ae1cdd916d5fa93e44.tar.bz2 spack-7d33c36a30ed518b3e12f8ae1cdd916d5fa93e44.tar.xz spack-7d33c36a30ed518b3e12f8ae1cdd916d5fa93e44.zip |
ci: drop redundant packages.yaml (#40068)
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:" |