[Homebrew/Deploy] Ship the exact rev22 lazy shell on Pages - #1210
Draft
brandonpayton wants to merge 1 commit into
Draft
[Homebrew/Deploy] Ship the exact rev22 lazy shell on Pages#1210brandonpayton wants to merge 1 commit into
brandonpayton wants to merge 1 commit into
Conversation
brandonpayton
force-pushed
the
host/homebrew-descriptor-prefix-qk044
branch
from
August 3, 2026 18:08
008d2e0 to
b8086e4
Compare
brandonpayton
force-pushed
the
homebrew/deploy-rev22-qk044
branch
from
August 3, 2026 18:09
1c007eb to
a42fb41
Compare
brandonpayton
force-pushed
the
host/homebrew-descriptor-prefix-qk044
branch
from
August 3, 2026 18:22
b8086e4 to
8a66801
Compare
Publish the already-tested, digest-locked ABI 42 shell while the final Kandelo-prefix campaign completes. Keep the pending selection out of the release path, recover exact public shell, bootstrap, mirror, and gallery bytes anonymously, and require a real Chromium in-guest brew proof before deployment.
brandonpayton
force-pushed
the
homebrew/deploy-rev22-qk044
branch
from
August 3, 2026 18:36
a42fb41 to
5426fbb
Compare
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.
Why
The current Pages workflow asks for a sealed Homebrew selection, but
the checked-in selection is still honestly pending. Deployment run
30834451743 therefore failed before it built the site.
The exact rev22 ABI 42 shell is already public. It starts mostly lazy,
activates Homebrew on first use, and reads bottles from an immutable
public mirror. Rebuilding unrelated gallery images should not block
deploying that working shell.
The host fix in #1209 also changed the source identity of six
conventional gallery artifacts. Their already-published output bytes
did not change. This PR pins those exact archives and output members by
digest so Pages can reuse them without weakening the normal
stale-artifact checks.
What changes
digest.
identity.
/kandelo/base path into the controlled Chromium testshell.
brewproof beforedeployment.
documentation.
This is a temporary compatibility lane, not a new path convention. Rev22
uses
/home/linuxbrew/.linuxbrew; the final Kandelo path remains/opt/kandelo/homebrew. The lane is removed when the canonical shell isdeployable.
This PR is stacked on #1209. Current host code must honor the immutable
descriptor prefix so it can consume the older shell truthfully.
Validation
outputs were fetched anonymously and verified by digest.
the explicitly locked transition inputs; it performed no package
rebuilds.
exact locked shell and bootstrap.
seconds.
plus all shell workflow probes.
git diff --checkpassed.The earlier live Pages proof also passed in 42 seconds. Its dated JSON
evidence remains committed for comparison.