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
Start a service, let's assume it's called bazel-remote-server, which listens on a port.
Add a parameter --remote-run=host:port to Bazel to connect to the bazel-remote-server.
When executing bazel run --remote-run=host:port, Bazel should send the necessary program and resource files to the bazel-remote-server and start executing them there.
Bazel should output the execution results and support Ctrl+C to terminate the remote execution, somewhat similar to gdbserver, but without the need to manually copy files to the target server.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Could you add a feature to Bazel?
--remote-run=host:port
to Bazel to connect to the bazel-remote-server.bazel run --remote-run=host:port
, Bazel should send the necessary program and resource files to the bazel-remote-server and start executing them there.Beta Was this translation helpful? Give feedback.
All reactions