spack audit externals: allow selecting platforms and checking extra attributes (#43782)

This commit is contained in:
Massimiliano Culpo
2024-04-26 12:47:17 +02:00
committed by GitHub
parent e3cb4f09f0
commit ac9012da0c
10 changed files with 124 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ jobs:
run: |
. share/spack/setup-env.sh
coverage run $(which spack) audit packages
coverage run $(which spack) audit externals
coverage run $(which spack) -d audit externals
coverage combine
coverage xml
- name: Package audits (without coverage)