ci: pcluster missing_library_policy: ignore (#48138)

This commit is contained in:
Harmen Stoppels 2024-12-17 12:01:56 +01:00 committed by GitHub
parent 19734832eb
commit 60b4882d4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,9 @@ spack:
- for i in $(aws s3 ls --recursive ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/ | grep armpl | awk '{print $4}' | sed -e 's?^.*build_cache/??g'); do aws s3 rm ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/$i; done
cdash:
build-group: AWS Packages
config:
shared_linking:
missing_library_policy: ignore # due to use of externals
compilers:
- compiler:
environment: {}

View File

@ -36,6 +36,9 @@ spack:
- for i in $(aws s3 ls --recursive ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/ | grep armpl | awk '{print $4}' | sed -e 's?^.*build_cache/??g'); do aws s3 rm ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/$i; done
cdash:
build-group: AWS Packages
config:
shared_linking:
missing_library_policy: ignore # due to use of externals
compilers:
- compiler:
environment: {}