From c66b44eecbb0e6b86a39ecfac860c6bd6f926621 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 24 Aug 2020 16:17:23 +0000 Subject: [PATCH] Add CI test for compiling programs with fedora compiler flags --- tests/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 06c6158..b00ddb7 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -19,6 +19,10 @@ - libcxx-devel - glibc-devel - gcc + # Required for fedora-flags: + - annobin + - redhat-rpm-config + repositories: - repo: "https://src.fedoraproject.org/tests/llvm-test-suite.git" dest: "llvm-test-suite" @@ -34,3 +38,4 @@ - clang/rhbz_1657544 - clang/rhbz_1647130 - clang/llvm-toolchain + - clang/fedora-flags