Fixes conflicts in OSX nightly tests (#7732)
fixes #7593 Unit tests on OSX are trying to concretize mpileaks, and they fail due to a conflict in the package: "%gcc@7.2.0:" conflicts with "elfutils@0.163" This solves the issue asking explicitly to concretize against elfutils@1.170
This commit is contained in:
parent
3608c4d3b5
commit
fa07f95a71
@ -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%gcc
|
||||
${coverage_run} bin/spack -p --lines 20 spec mpileaks%gcc ^elfutils@0.170
|
||||
|
||||
# Run unit tests with code coverage
|
||||
${coverage_run} bin/spack test "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user