From 8fc2f71df9dd97c1fcf9c3250908c489484e4218 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 8 Aug 2022 12:05:09 -0700 Subject: [PATCH] Add new webkitgtk build as workaround for file conflict issue The file conflict between older webkit2gtk4.1-jsc and new javascriptcoregtk4.1 is causing all Workstation update tests to fail on all Rawhide updates. This new version of webkitgtk adds obsoletes to javascriptcoregtk4.1 which we hope should fix it. Adding the x86_64 build directly as other arches aren't done yet, and we only run the Workstation update tests on x86_64 anyway. Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 054c90ca..25cadba7 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -482,7 +482,7 @@ sub setup_workaround_repo { "34" => [], "35" => [], "36" => [], - "37" => [] + "37" => ["90614839"] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};