Skip to content

Commit

Permalink
Update from gcc11 package variants
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
murraystevenson committed Oct 28, 2024
1 parent 2b1a65e commit 1641824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1641824

Please sign in to comment.