f7ecf95
# TODO REVIEW: better summary
f7ecf95
summary: ""
23fb27d
test: "$WITH_SCL ./test.sh"
5f6796d
adjust:
23fb27d
  # Common requirements when LLVM is not SCL-ized
23fb27d
  - require+:
23fb27d
      - clang
23fb27d
    when: "collection is not defined"
23fb27d
23fb27d
  # Requirements for SCL-ized LLVM
23fb27d
  - require+:
23fb27d
      - llvm-toolset-13.0-clang
23fb27d
    when: "collection == llvm-toolset-13.0"
23fb27d
5f6796d
  - environment+:
5f6796d
      CXXLIBS: "libc++"
5f6796d
    require:
5f6796d
      - libcxx-devel
5f6796d
    when: "distro == fedora"
5f6796d
    because: testing against libcxx package in Fedora
23fb27d
5f6796d
  - environment+:
5f6796d
      CXXLIBS: "libstdc++"
5f6796d
    require:
5f6796d
      - libstdc++
5f6796d
    when: "distro == rhel"
5f6796d
    because: testing against libstdc++ package in RHEL as libcxx is not shipped with RHEL
23fb27d
f7ecf95
# TODO REVIEW: are these all requirements? test.sh seems to run quite a lot of stuff, looks like we
f7ecf95
# need more packages from LLVM family.
0534535
require:
0534535
  - glibc-static