From 1641824f4baa9d1d2b879f4dab56e2261320c540 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:22:17 +1100 Subject: [PATCH] Update from gcc11 package variants With the 1.5.0.0 release we no longer produce `linux-gcc9` builds, so we now take the documentation from the `linux-gcc11` packages. --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 48448d718..fc819bd9c 100755 --- a/update.py +++ b/update.py @@ -69,7 +69,7 @@ def __versionToString( v ) : # Otherwise we should download the release and add the docs to this repo -packageName = "gaffer-{}-linux-gcc9".format( __versionToString( latestReleaseVersion ) ) +packageName = "gaffer-{}-linux-gcc11".format( __versionToString( latestReleaseVersion ) ) assetToDownload = None assets = latestRelease.get_assets()