diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-09-26 11:07:38 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-09-26 14:47:13 +0200 |
commit | ecce65750976c9ec8317c3f4dbadc6d2e421b1c8 (patch) | |
tree | fe66c395f138b9ccbef5d468da885215cc790341 /share | |
parent | 30f6fd8dc060a9b120e5c4ce94f80a60e7bf7e51 (diff) | |
download | spack-ecce65750976c9ec8317c3f4dbadc6d2e421b1c8.tar.gz spack-ecce65750976c9ec8317c3f4dbadc6d2e421b1c8.tar.bz2 spack-ecce65750976c9ec8317c3f4dbadc6d2e421b1c8.tar.xz spack-ecce65750976c9ec8317c3f4dbadc6d2e421b1c8.zip |
Remove "tut" from the "build-systems" pipeline
PR #32615 deprecated Python versions up to 3.6.X. Since
the "build-systems" pipeline requires Python 3.6.15 to
build "tut", it will fail on the first rebuild that
involves Python.
The "tut" package is meant to perform an end-to-end
test of the "Waf" build-system, which is scarcely
used. The fix therefore is just to remove it from
the pipeline.
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml index a633d10099..700d32add8 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml @@ -16,7 +16,6 @@ spack: - default_specs: - lz4 # MakefilePackage - mpich~fortran # AutotoolsPackage - - tut # WafPackage - py-setuptools # PythonPackage - openjpeg # CMakePackage - r-rcpp # RPackage |