From 6f4c3aac7185797d5b7fc2f34c32721b7fb7b9ac Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Apr 22 2022 11:01:43 +0000 Subject: tests: add llvm-toolset-14.0 requirements to tests and plans --- diff --git a/tests/build-gating.fmf b/tests/build-gating.fmf index e1cd5dc..f9556c4 100644 --- a/tests/build-gating.fmf +++ b/tests/build-gating.fmf @@ -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