tests: add llvm-toolset-14.0 requirements to tests and plans

This commit is contained in:
Jesus Checa Hidalgo 2022-04-22 13:07:24 +02:00
parent 698ce0f6d4
commit cd55257695
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ adjust:
environment+:
WITH_SCL: "scl enable llvm-toolset-13.0 rust-toolset-1.58"
when: "collection == llvm-toolset-13.0"
- because: "When testing SCL-ized LLVM, the collection must be enabled first"
environment+:
WITH_SCL: "scl enable llvm-toolset-14.0"
when: "collection == llvm-toolset-14.0"
discover:
- name: upstream-llvm-integration-testsuite