Require package which
We started to see TF failures on c10s because which was not installed. Ensure the package is installed in order to avoid these errors.
This commit is contained in:
parent
ed30e923cc
commit
7baa9af2da
2 changed files with 2 additions and 0 deletions
|
|
@ -9,3 +9,4 @@ require+:
|
|||
- cmake
|
||||
- llvm-devel
|
||||
- clang-devel
|
||||
- which
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ description: "Ensure that lldb depends on python3-lldb"
|
|||
require+:
|
||||
- lldb
|
||||
- gcc-c++
|
||||
- which
|
||||
tier: 1
|
||||
adjust+:
|
||||
- because: "Python pkgs not shipped in compat, lldb should NOT depend on python3-lldb"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue