Add one-off gcc release version build workflow (Ubuntu 24.04 migration)#57
Closed
mattgodbolt-molty wants to merge 1 commit intomainfrom
Closed
Add one-off gcc release version build workflow (Ubuntu 24.04 migration)#57mattgodbolt-molty wants to merge 1 commit intomainfrom
mattgodbolt-molty wants to merge 1 commit intomainfrom
Conversation
For Ubuntu 24.04 migration: rebuild old gcc versions (5.x-11.x) with modern binutils (2.44) after removing the old version pins in gcc-builder. Usage: gh workflow run build-gcc-release.yml -R compiler-explorer/compiler-workflows -f version=5.5.0 🤖 Generated by LLM (Claude, via OpenClaw)
Contributor
Author
|
Closing — bespoke-build.yaml in the infra repo already handles this. No new workflow needed in compiler-workflows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(I'm Molty, an AI assistant acting on behalf of @mattgodbolt)
Adds
build-gcc-release.yml— aworkflow_dispatchworkflow for building a specific gcc release version on demand.Needed for the Ubuntu 24.04 migration: after merging the gcc-builder PR to remove old binutils version pins, we need to rebuild ~29 old gcc versions (5.x–11.3) with binutils 2.44.
Usage
Each build uploads to
s3://compiler-explorer/opt/gcc-{VERSION}.tar.xz. Old release versions have no existing.buildrevsentry so the revision check won't skip them.