update tests: concretize mpileaks with gcc (#7635)
Fixes #7593 By default MacOS concretizes using the clang compiler. The unit tests include a call to "spack spec mpileaks", which has elfutils as a dependency; #7096 added a conflict in elfutils to avoid building with clang, which lead to the MacOS unit tests to start failing. This updates the concretization to force using gcc when concretizing mpileaks.
This commit is contained in:
parent
e4b5097375
commit
5e758b979e
@ -25,7 +25,7 @@ ${coverage_run} bin/spack -h
|
||||
${coverage_run} bin/spack help -a
|
||||
|
||||
# Profile and print top 20 lines for a simple call to spack spec
|
||||
${coverage_run} bin/spack -p --lines 20 spec mpileaks
|
||||
${coverage_run} bin/spack -p --lines 20 spec mpileaks%gcc
|
||||
|
||||
# Run unit tests with code coverage
|
||||
${coverage_run} bin/spack test "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user