Open
Conversation
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.
Summary
This sets up the simulator to ship prebuilt macOS binaries for colleagues without requiring a local Rust toolchain.
Changes in this PR:
cargo-distbootstrap/config for macOS release artifactsjustwrappers for local dist workflowsblacksmith-12vcpu-macos-latest/Applications/Google Chrome.app/...2026-04-17_build-macos-binary.mdValidation
Validated locally:
NIXPKGS_ALLOW_UNFREE=1 nix develop --impure -c just dist-plan --allow-dirty --output-format=jsonNIXPKGS_ALLOW_UNFREE=1 nix develop --impure -c just dist-build --artifacts=local --target aarch64-apple-darwin --output-format=json --allow-dirtyNIXPKGS_ALLOW_UNFREE=1 nix develop --impure -c cargo test -p client-simulator-browser participant::local::session::tests -- --nocapturetarget/distrib/client-simulator-aarch64-apple-darwin.tar.xzcontains theclient-simulatorbinaryaarch64binary starts with a strippedPATHand that/Applications/Google Chrome.app/Contents/MacOS/Google Chromeis discoverable outside the Nix shellblacksmith-12vcpu-macos-latestNotes
Remaining caveats from local validation:
x86_64-apple-darwinin the current dev shell because that Rust target stdlib is not installed locally