#24 tests: add llvm-toolset-14.0 requirements to tests and plans
Merged 2 years ago by sergesanspaille. Opened 2 years ago by jcheca.
rpms/ jcheca/python-lit add-llvm-toolset-14.0-reqs  into  rawhide

file modified
+4
@@ -23,6 +23,10 @@ 

      environment+:

        WITH_SCL: "scl enable llvm-toolset-13.0"

      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"

  

    # Unfortunately, TMT does not support more declarative approach, we need to run commands on our own.

    - because: "On RHEL, CRB must be enabled to provide rarer packages"

file modified
+3
@@ -11,3 +11,6 @@ 

    - require+:

        - llvm-toolset-13.0-python3-lit

      when: "collection == llvm-toolset-13.0"

+   - require+:

+       - llvm-toolset-14.0-python3-lit

+     when: "collection == llvm-toolset-14.0"

no initial comment

Build succeeded.

Pull-Request has been merged by sergesanspaille

2 years ago