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.
This commit is contained in:
Tom Stellard 2020-10-28 20:54:42 -07:00
parent 1605d80522
commit bf527b3382
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
with_items:
- libomp
- libomp-devel
- clang
- clang-libs
roles:
- role: standard-test-basic
tags: