Skip to content

Instantly share code, notes, and snippets.

@skorotkiewicz
Created January 7, 2026 06:26
Show Gist options
  • Select an option

  • Save skorotkiewicz/b8b263caeba8c1c02c99bd6014325d01 to your computer and use it in GitHub Desktop.

Select an option

Save skorotkiewicz/b8b263caeba8c1c02c99bd6014325d01 to your computer and use it in GitHub Desktop.
cargo remote build
$ pacman -S rsync
$ cargo install cargo-remote
$ nano ~/.config/cargo-remote/cargo-remote.toml 
[[remote]]
name = "remote-server"
host = "mod@ml"
ssh_port = 22
temp_dir = "/home/mod/rust"
env = "/home/mod/.profile"
$ cargo remote --remote remote-server -- build --release
$ cargo remote -- build --release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment