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.
This commit is contained in:
kwryankrattiger 2024-12-17 12:43:36 -06:00 committed by GitHub
parent 364f70c16d
commit f04ea573fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
config: config:
db_lock_timeout: 120 db_lock_timeout: 120
shared_linking: shared_linking:
missing_library_policy: error missing_library_policy: warn
install_tree: install_tree:
root: /home/software/spack root: /home/software/spack
padded_length: 256 padded_length: 256