f7ecf95
# TODO REVIEW: better summary
f7ecf95
summary: ""
f7ecf95
test: ./test.sh
5f6796d
adjust:
5f6796d
  - environment+:
5f6796d
      CXXLIBS: "libc++"
5f6796d
    require:
5f6796d
      - clang
5f6796d
      - libcxx-devel
5f6796d
    when: "distro == fedora"
5f6796d
    because: testing against libcxx package in Fedora
5f6796d
  - environment+:
5f6796d
      CXXLIBS: "libstdc++"
5f6796d
    require:
5f6796d
      - clang
5f6796d
      - libstdc++
5f6796d
    when: "distro == rhel"
5f6796d
    because: testing against libstdc++ package in RHEL as libcxx is not shipped with RHEL
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.
5f6796d
require: []