tests: fix tests/rhbz-1647130 missing clang-analyzer requirement

This commit is contained in:
Jesus Checa Hidalgo 2022-02-21 11:05:23 +01:00
parent eaac7c9b00
commit 806afe0a28
1 changed files with 2 additions and 0 deletions

View File

@ -5,9 +5,11 @@ adjust:
# Common requirements when LLVM is not SCL-ized # Common requirements when LLVM is not SCL-ized
- require+: - require+:
- clang - clang
- clang-analyzer
when: "collection is not defined" when: "collection is not defined"
# Requirements for SCL-ized LLVM # Requirements for SCL-ized LLVM
- require+: - require+:
- llvm-toolset-13.0-clang - llvm-toolset-13.0-clang
- llvm-toolset-13.0-clang-analyzer
when: "collection == llvm-toolset-13.0" when: "collection == llvm-toolset-13.0"