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:
parent
364f70c16d
commit
f04ea573fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user