sonos / dinghy

Easier cross-compilation for phones and single boards computers
Other
367 stars 44 forks source link

Allow SSH devices to use the host toolchain #112

Closed fredszaq closed 4 years ago

fredszaq commented 4 years ago

This can be quite handy for example in order to test that test resources are properly copied by running it directly on localhost / troubleshooting the remote test exec on a faster machine

Sample configuration in dinghy.toml

[ssh_devices]
hostssh = { hostname = "localhost", username="chucknorris" }

and then

$ cargo dinghy -d hostssh test