Update stacked: 2 packages - #464
Merged
Merged
Conversation
twitchyliquid64
approved these changes
Jul 20, 2026
The automated update bumped ONLY `browser_version` 151.0.7922.19 -> 151.0.7922.34, leaving every field that actually selects content untouched: revision = "1233" (arm64 -> Playwright CDN) snapshot_position = "1654408" (amd64 -> chromium-browser-snapshots) both sha256s unchanged Since neither URL variable moved and the hashes still verify, both arches download byte-identical .19 content while the package declares .34 — a silent wrong-version that would feed pkgscan a false upstream_version (a chromium CVE fixed in .34 would read "not affected" on .19 bits). It also desynchronized the documented lockstep pair: sibling chromium-headless-shell-bin remains at .19 with the same revision and snapshot_position. browser_version is not independently bumpable here — it's pinned by Playwright's arm64 availability (revision 1233 <-> .19, playwright-core ^1.59), so moving it requires re-deriving revision + snapshot_position + both hashes AND the sibling, together. Reverting the label restores consistency; the tool-side fix is tracked in gominimal/pkgmgr-rs#540. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…3.0)
The 53.0 build failed with cargo exit 101:
error: Feature 'tdx' is broken.
error: could not compile `cloud-hypervisor` (bin "cloud-hypervisor")
due to 1 previous error
Upstream ships a hard `compile_error!` guard on the `tdx` feature as of
53.0, so our x86_64-only `FEATURES=...,tdx` now fails the build outright.
Drop it, with a note to re-check on the next bump.
Co-Authored-By: Claude Opus 4.8 <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.
Update base-soup (2 packages)
Note
These packages declare
replace_on_cyclein their build.ncl, sothey participate in the toolchain rebuild graph and one hash change
cascades through the set. Bundling ensures the cascading rebuild
lands as a single unit, even when only one package is bumping —
avoids back-to-back full rebuilds from singleton PRs.
Warning
2 requested members did NOT ship — each needs separate follow-up.
A member is dropped when it fails to update, has its gs:// mirror
withheld by the scan gate, or is peeled to keep the shipped set a
closed dependency closure (a survivor built against a dropped member's
old version would be a broken closure).
actions-runner2.332.02.335.1chromium-headless-shell-bin151.0.7922.19151.0.7922.34Note
Build risk — 1 dependent across the tree. Package(s) that
build- or runtime-depend on a member of this bundle may need a rebuild,
or could FTBFS on an API/ABI change. Informational (not blocking) — a
heads-up for the reviewer on what this bump can ripple into.
chromium-binagent-browserSummary
151.0.7922.19151.0.7922.34github:microsoft/playwright:tag:operator-pinned52.053.0github:cloud-hypervisor/cloud-hypervisor:operator-pinnedPer-package details
chromium-bin 151.0.7922.19 → 151.0.7922.34c094b77ad8d462ba...→c094b77ad8d462ba...https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/1654408/chrome-linux.zip→https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/%{snapshot_position}/chrome-linux.zipApache-2.0(source: GitHub)cloud-hypervisor 52.0 → 53.020f0e2c9cbd9cb91...→2c3d8bf1d504d627...https://github.com/cloud-hypervisor/cloud-hypervisor/archive/refs/tags/v52.0.tar.gz→https://github.com/cloud-hypervisor/cloud-hypervisor/archive/refs/tags/v53.0.tar.gzCreated by pkgmgr