Adding Bazelisk/Bazel to the toolshed - #67
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Bazel support to the ghcr.io/opencyphal/toolshed container by installing bazelisk as bazel, pre-warming a specific Bazel version into the image, and documenting the new toolchain contents in the repo’s release notes and tag summary table.
Changes:
- Add a new Dockerfile stage that installs bazelisk (as
bazel) and pre-downloads Bazel9.2.0into a shared cache location. - Document the new
ts26.4.3image contents and Bazel/bzlmod online-fetch behavior in the toolshed changelog. - Update the top-level README tag matrix and example workflow snippet to reference
ts26.4.3.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| toolshed/Dockerfile | Installs bazelisk as bazel, pre-warms Bazel 9.2.0, and adds smoke checks to validate basic Bazel execution/build. |
| toolshed/CHANGELOG.md | Adds ts26.4.3 release notes describing Bazel/bazelisk installation and expected network behavior. |
| toolshed/bazelisk-1.29.0-linux-arm64.sha256 | Adds arm64 checksum for bazelisk release asset verification. |
| toolshed/bazelisk-1.29.0-linux-amd64.sha256 | Adds amd64 checksum for bazelisk release asset verification. |
| README.md | Adds ts26.4.3 to the published tag matrix and updates the workflow example to the new tag. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
No description provided.