toolchain: sync vendored v0.10.0 (adds static gh)#23
Merged
Conversation
Single non-merge commit (archive replace, not subtree pull) so the update stays rebase-mergeable. git-subtree-dir: toolchain git-subtree-split: 6a4c4597d1042c631beb181c76723701a19fde69
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.
Syncs the vendored toolchain to v0.10.0, which re-hosts a static gh (GitHub CLI, v2.95.0) for
x86_64andaarch64.Done via
make sync-toolchain TOOLCHAIN_TAG=v0.10.0— one rebase-mergeable commit (archive replace, not subtree pull).What changed
template/build/toolchain.lock:TOOLCHAIN_VERSION0.8.0 → 0.10.0; addsGH_VERSION=2.95.0+ per-archGH_SHA256_*.template/build/fetch-toolchain.sh: addsfetch_bin gh.template/build/toolchain.mk: adds theGHvar (cache path + PATH fallback).toolchain/vendored tree refreshed to the v0.10.0 snapshot.Generated projects can now resolve a vendored static
gh(Linux musl-static; falls back to hostghon other OSes).🤖 Generated with Claude Code