bespoke-build: add aburi to builder image choices#2209
Merged
Conversation
The aburi compiler builder image (compilerexplorer/aburi-builder) was added in compiler-explorer/misc-builder#136, but `aburi` isn't a selectable image in the bespoke-build workflow, so its S3 artifact can't be built/dispatched. Add it to the choices list so `gh workflow run bespoke-build.yaml -f image=aburi -f version=atta-mills -f command=build.sh` works. Needed to unblock the aburi installable in #2202 (ref compiler-explorer/compiler-explorer#8871). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds
aburito thebespoke-build.yamlimage choice list so the aburi compiler artifact can be built and uploaded to S3.Context
Adding the Aburi compiler (compiler-explorer/compiler-explorer#8871) spans three PRs:
compilerexplorer/aburi-builders3tarballsinstallable, which needsaburi-atta-mills.tar.xzin S3The builder image exists, but
aburiwasn't a selectableimageinbespoke-build, so there was no way to dispatch the build that produces the S3 artifact #2202 depends on. This adds it (alphabetically, in the sorted section).After this merges:
gh workflow run bespoke-build.yaml -f image=aburi -f version=atta-mills -f command=build.sh.🤖 Generated with Claude Code