Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build.zig): cross-compile, install, and run on remote hosts over…
… ssh (#535) * feat(build.zig): build for remote targets, and install and run binaries on those targets * fix(build.zig): rsync progress with better compatibility and more details * replace allocPrint with b.fmt in build.zig * move Config to top of build.zig * convert addSendArtifact system commands to a run step * make boolean operator precedence explicit * explain caveats for ssh.getHostTarget
- Loading branch information