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}