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