Skip to content

docs: fix selfrun cargo-run instructions - #46

Merged
sshaplygin merged 1 commit into
mainfrom
fix/selfrun-linux-docs
Aug 9, 2026
Merged

docs: fix selfrun cargo-run instructions#46
sshaplygin merged 1 commit into
mainfrom
fix/selfrun-linux-docs

Conversation

@sshaplygin

Copy link
Copy Markdown
Owner

Fixes #35.

The default cargo run launcher is not a cluster-compatible worker on either macOS or typical Linux. Document the portable flow: build the static musl worker, set YT_WORKER_BINARY, then run the host launcher.

Also distinguish that two-artifact flow from the optional direct-static self-upload path, including stale-artifact guidance and the example's e2e output.

Validation:

  • cargo fmt --all --check
  • cargo test --workspace
  • cargo test --doc
  • cargo clippy --workspace --all-targets -- -D warnings

@sshaplygin
sshaplygin force-pushed the fix/selfrun-linux-docs branch from 027ed6f to 009c640 Compare August 9, 2026 13:03
@sshaplygin
sshaplygin merged commit c8c32b1 into main Aug 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The documented way to run selfrun cannot work on Linux

1 participant