2021-10-18 14:01:51 +00:00
|
|
|
# TODO REVIEW: better summary
|
|
|
|
summary: ""
|
|
|
|
test: ./test.sh
|
2021-11-11 11:56:36 +00:00
|
|
|
adjust:
|
|
|
|
- environment+:
|
|
|
|
CXXLIB: "libc++"
|
|
|
|
require:
|
|
|
|
- clang
|
|
|
|
- lld
|
|
|
|
- compiler-rt
|
|
|
|
- libcxx-devel
|
|
|
|
- libcxx-static
|
|
|
|
- glibc-devel
|
|
|
|
- glibc-static
|
|
|
|
- gcc
|
|
|
|
when: "distro == fedora"
|
|
|
|
because: testing against libcxx package in Fedora
|
|
|
|
- environment+:
|
|
|
|
CXXLIB: "libstdc++"
|
|
|
|
require:
|
|
|
|
- clang
|
|
|
|
- lld
|
|
|
|
- compiler-rt
|
|
|
|
- glibc-devel
|
|
|
|
- glibc-static
|
|
|
|
- gcc
|
|
|
|
- libstdc++
|
|
|
|
when: "distro == rhel"
|
|
|
|
because: testing against libstdc++ package in RHEL as libcxx is not shipped with RHEL
|
|
|
|
require: []
|