From f04ea573fac7d26180f948b81ea436c1c12c267b Mon Sep 17 00:00:00 2001 From: kwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:43:36 -0600 Subject: [PATCH] ci: don't error in CI for missing libs (#48169) There are still more fix ups required for the missing libs to work as expected in CI. Dropping the error requirement in favor of moving to a log scraping method until we can verify all package issues have been addressed correctly. --- share/spack/gitlab/cloud_pipelines/configs/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spack/gitlab/cloud_pipelines/configs/config.yaml b/share/spack/gitlab/cloud_pipelines/configs/config.yaml index 97c909cc335..3fa4921a0d5 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/config.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/config.yaml @@ -1,7 +1,7 @@ config: db_lock_timeout: 120 shared_linking: - missing_library_policy: error + missing_library_policy: warn install_tree: root: /home/software/spack padded_length: 256