Fix macOS mesh checkout resolution - #11
Merged
Merged
Conversation
Signed-off-by: Atlas (CO) <atlas@buzz.local>
dschwartzAI
force-pushed
the
agent/fix-macos-mesh-fetch
branch
from
August 1, 2026 00:42
157f4bd to
b0d2b28
Compare
Author
There was a problem hiding this comment.
Independent focused review is clean at exact head b0d2b28. The authoritative PR file list is limited to the three macOS workflows. Each now derives mesh-llm-sdk from desktop/src-tauri/Cargo.lock and then fetches desktop/src-tauri/Cargo.toml, correctly aligning the excluded Tauri workspace. The nested manifest and lockfile both resolve f455d493..., the existing checkout lookup targets f455d49, and cache keys retain the full revision. Diff check is clean; no findings. I attempted to submit APPROVED, but GitHub rejected it because this reviewer and the PR author share the 8020-buzz-engineering App identity, which GitHub treats as self-approval.
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.
What changed
desktop/src-tauri/Cargo.lockin the CI, release, and signed macOS canary workflows.Root cause
The workflows read revision
43103c5from the root lockfile, then fetcheddesktop/src-tauri/Cargo.toml, whose lockfile resolves revisionf455d49. A clean macOS runner could therefore never find the root-lock revision after the desktop fetch. A previously populated local Cargo cache contained both revisions and masked the defect.Validation
d35232bfae0a4eb015cad85ee994dbbc1284e3aaafter PR fix(buzz-db): normalize replica-fence test fixture to microsecond precision #10 merged.just cipassed at exact headb0d2b282fc5399092213036820bf33beed83f353, including workspace Rust/Tauri checks and tests, 3,721 desktop tests, and 824 mobile tests.desktop/src-tauri/Cargo.lockanddesktop/src-tauri/Cargo.tomlboth resolvef455d493a2ae82baf2a326e2d0fda351433b4b30.git diff --checkpassed.Originating Buzz channel:
5e17a3e7-9fe6-4aa3-8dca-5dc35b6c192a.