From eaf5d58fa591c72e729b4e2288ee7a076bf9667d Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Mon, 2 Dec 2019 13:42:42 +0000 Subject: [PATCH] Invert platform req to ensure we don't build on rawhide after f32 is branched. --- tycho.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tycho.yaml b/tycho.yaml index 044a2e6..e8a4051 100644 --- a/tycho.yaml +++ b/tycho.yaml @@ -31,7 +31,7 @@ data: - buildrequires: javapackages-tools: [201801] tycho: [1.4] - platform: [-f29,-f32] + platform: [f30, f31] requires: javapackages-tools: [201801] platform: []