Dyninst: Add dependencies for v11.0.0 (#23121)

Also update the mpileaks unit test to avoid a conflict on CentOS 6
where Dyninst >=11.0.0 no longer builds due to a compiler version
conflict.
This commit is contained in:
Tim Haines
2021-04-26 15:53:53 -05:00
committed by GitHub
parent 45b4dcb9ed
commit c23ffd89ff
3 changed files with 7 additions and 2 deletions

View File

@@ -689,7 +689,7 @@ def test_noversion_pkg(self, spec):
# Include targets to prevent regression on 20537
@pytest.mark.parametrize('spec, best_achievable', [
('mpileaks%gcc@4.4.7 target=x86_64:', 'core2'),
('mpileaks%gcc@4.4.7 ^dyninst@10.2.1 target=x86_64:', 'core2'),
('mpileaks%gcc@4.8 target=x86_64:', 'haswell'),
('mpileaks%gcc@5.3.0 target=x86_64:', 'broadwell'),
('mpileaks%apple-clang@5.1.0 target=x86_64:', 'x86_64')