From f80e42fd3255c17310c522b388f1a3aa60f5185f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 18 Jul 2022 11:12:40 -0700 Subject: [PATCH] Drop mesa workaround for F36, it's stable now 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 edb713e5..06da2145 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -479,7 +479,7 @@ sub setup_workaround_repo { my %workarounds = ( "34" => [], "35" => [], - "36" => ["FEDORA-2022-3c2f8b2a0d"] + "36" => [] ); # then we'll download each update for our release: my $advortasks = $workarounds{$version};