jcheca / rpms / clang

Forked from rpms/clang 2 years ago
Clone
Blob Blame History Raw
summary: libomp clang tests for build/PR gating
adjust:
  - because: "Plan to be ran when either executed locally, or executed by CI system to gate a build or PR."
    when: >-
      trigger is defined
      and trigger != commit
      and trigger != build
    enabled: false
discover:
    how: fmf
    test: libomp
execute:
    how: tmt
prepare:
    # We want to make sure libomp is not already present on the system to ensure
    # that clang pulls in the correct libomp dependencies when it is installed.
    - name: Drop libomp
      how: shell
      script: |
        dnf erase -y libomp libomp-devel clang clang-libs
provision:
  hardware:
    memory: ">= 4 GiB"