tstellar / rpms / clang

Forked from rpms/clang 6 years ago
Clone
db1e6f5
- hosts: localhost
db1e6f5
  roles:
db1e6f5
  - role: standard-test-basic
db1e6f5
    tags:
db1e6f5
      - classic
db1e6f5
    required_packages:
db1e6f5
      - clang
52c2187
      - llvm-test-suite
52c2187
      - ninja-build
db1e6f5
      - gcc-x86_64-linux-gnu
d41e350
      # FIXME: It would be nice if we could only install dependencies for a
d41e350
      # single test rather than installing dependencies for all tests.  This
d41e350
      # will help us catch bugs with implicit package dependencies e.g.
d41e350
      # package A depends on package B but does not have an explicit Requires.
d41e350
      # These are required for the llvm-toolchain test:
d41e350
      - clang
d41e350
      - lld
d41e350
      - compiler-rt
d41e350
      - libcxx-devel
72a26e5
      - libcxx-static
d41e350
      - glibc-devel
283f230
      - glibc-static
d41e350
      - gcc
c66b44e
      # Required for fedora-flags:
c66b44e
      - annobin
c66b44e
      - redhat-rpm-config
c66b44e
77df2a6
    repositories:
77df2a6
    - repo: "https://src.fedoraproject.org/tests/llvm-test-suite.git"
77df2a6
      dest: "llvm-test-suite"
73d4dd7
    - repo: "https://src.fedoraproject.org/tests/clang.git"
73d4dd7
      dest: "clang"
db1e6f5
    tests:
db1e6f5
      - rhbz#482491:
db1e6f5
          dir: ./
70febad
          run: find /usr -name 'libgcc_s.so*' && echo "int main(){}" | clang -v -x c -
77df2a6
      - llvm-test-suite/test-suite
033a6e8
      # ABI test suite is too greedy on the FS
033a6e8
      #- llvm-test-suite/abi-test-suite
73d4dd7
      - clang/rhbz_1657544
73d4dd7
      - clang/rhbz_1647130
73d4dd7
      - clang/llvm-toolchain
c66b44e
      - clang/fedora-flags
283f230
      - clang/toolchains