From bf527b33827acb3a07e5dff9ad89703f407c690a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 28 Oct 2020 20:54:42 -0700 Subject: [PATCH] Fix libomp CI test We need to uninstall clang at the beginning of this test along with libomp, so that we can later install clang to test that it has the correct dependency on libomp. If we don't uninstall clang along with libomp at the beginning, then clang won't be installed later and libomp won't get pulled back in. --- tests/tests-libomp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests-libomp.yml b/tests/tests-libomp.yml index b49702f..b43e4be 100644 --- a/tests/tests-libomp.yml +++ b/tests/tests-libomp.yml @@ -9,6 +9,8 @@ with_items: - libomp - libomp-devel + - clang + - clang-libs roles: - role: standard-test-basic tags: