compiler-rt/tests/tests.yml

27 lines
526 B
YAML
Raw Normal View History

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
# the requirements below are for the integration suite
- cmake
- llvm-devel
- clang
2021-10-21 20:15:24 +00:00
- clang-devel
- clang-analyzer
- clang-tools-extra
- compiler-rt
- ninja-build
- libcxx-devel
2021-10-21 20:15:24 +00:00
- libstdc++-devel
- libstdc++-static
- libomp-devel
- python-lit
- lld
- lldb
- git
- make
tests:
- integration-test-suite