Blame tests-clang.yml

5cd5549
- hosts: localhost
5cd5549
  roles:
5cd5549
  - role: standard-test-basic
5cd5549
    tags:
5cd5549
      - classic
5cd5549
    required_packages:
5cd5549
      # Required for rhbz_1657544
5cd5549
      - clang
5cd5549
      # Required for rhbz_1647130
5cd5549
      - clang-analyzer
5cd5549
      # FIXME: It would be nice if we could only install dependencies for a
5cd5549
      # single test rather than installing dependencies for all tests.  This
5cd5549
      # will help us catch bugs with implicit package dependencies e.g.
5cd5549
      # package A depends on package B but does not have an explicit Requires.
5cd5549
      # These are required for the llvm-toolchain test:
5cd5549
      - clang
5cd5549
      - lld
1d620dc
      # required for rhbz_1794936
5cd5549
      - compiler-rt
5cd5549
      - libcxx-devel
5cd5549
      - glibc-devel
5cd5549
      - gcc
39f92ab
        # Required for fedora-flags:
39f92ab
      - annobin
39f92ab
      - redhat-rpm-config
5cd5549
    tests:
5cd5549
      - rhbz_1657544
5cd5549
      - rhbz_1647130
1d620dc
      - rhbz_1794936
5cd5549
      - llvm-toolchain
39f92ab
      - fedora-flags