diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-08-13 03:23:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 18:23:14 -0700 |
commit | 063b987cebdcd1d8aea5f0f671c37087276c1cf0 (patch) | |
tree | c341043d4149056dce4ca411134c9fcd947e8e2a /share | |
parent | fe19394bf9bcd3af3fd056ea66e6f130a670260c (diff) | |
download | spack-063b987cebdcd1d8aea5f0f671c37087276c1cf0.tar.gz spack-063b987cebdcd1d8aea5f0f671c37087276c1cf0.tar.bz2 spack-063b987cebdcd1d8aea5f0f671c37087276c1cf0.tar.xz spack-063b987cebdcd1d8aea5f0f671c37087276c1cf0.zip |
remove config:concretizer:clingo (#45684)
Diffstat (limited to 'share')
3 files changed, 0 insertions, 3 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/config.yaml b/share/spack/gitlab/cloud_pipelines/configs/config.yaml index 9ed4118e3e..fef23ade4b 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/config.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/config.yaml @@ -1,5 +1,4 @@ config: - concretizer: clingo db_lock_timeout: 120 install_tree: root: /home/software/spack diff --git a/share/spack/gitlab/cloud_pipelines/configs/cray-rhel/config.yaml b/share/spack/gitlab/cloud_pipelines/configs/cray-rhel/config.yaml index 6cf3846bdd..893ff7e11a 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/cray-rhel/config.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/cray-rhel/config.yaml @@ -1,5 +1,4 @@ config: - concretizer: clingo db_lock_timeout: 120 install_tree: root: $spack/opt/spack diff --git a/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml index 017c3d9c70..a97606302d 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/deprecated/spack.yaml @@ -7,7 +7,6 @@ spack: reuse: false unify: false config: - concretizer: clingo db_lock_timeout: 120 install_tree: padded_length: 256 |