From 1527ea1ad207bc561e17dcf0da02e54a744c5a78 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 28 Jul 2023 14:44:29 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 +++ gating.yaml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index b253cef..edf121d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +/ghc-8.0.2-src.tar.xz +/ghc-8.0.2-testsuite.tar.xz /ghc-8.2.2-src.tar.xz +/ghc-8.2.2-testsuite.tar.xz /llvm-3.9.1.src.tar.xz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..2942f6f --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}