You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is awesome! Thank you. How do I compile this with catflap and cargo watch for continuous builds?
Note that the version flag of rsync that comes with OSX by default errors out on the --info=progress2 flag, so you have to call it with env PATH=/usr/bin/local:$PATH cargo remote -r user@build-server build
The text was updated successfully, but these errors were encountered:
Since I personally don't use catflap or cargo watch I don't really know how well they integrate with cargo remote 🙁 maybe you can look into it? PRs are always welcome.
Regarding the rsync problem: I could hide the progress option behind a flag so you have to explicitly use it.
@theronic could you have a look at #3 please? If it actually fixes the Mac OS rsync problem I'd merge it. If you wish to work on integrations with other cargo tools I can help you (then I'd probably update all the dependencies first so you don't have to deal with that ancient stuff), but since I'm not using cargo-remote at the moment I don't have much motivation for actual development.
This is awesome! Thank you. How do I compile this with catflap and cargo watch for continuous builds?
Note that the version flag of rsync that comes with OSX by default errors out on the --info=progress2 flag, so you have to call it with
env PATH=/usr/bin/local:$PATH cargo remote -r user@build-server build
The text was updated successfully, but these errors were encountered: