Merge pull request #21690 from donnadionne/mac_remote_build

Adding GRPC_PORT_ISOLATED_RUNTIME=1 to mac.bazelrc.
pull/21742/head
donnadionne 5 years ago committed by GitHub
commit 73846ad6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/remote_build/mac.bazelrc

@ -4,6 +4,9 @@
# but try to use RBE build cache and upload results
# to ResultStore
# don't use port server
build --define GRPC_PORT_ISOLATED_RUNTIME=1
startup --host_jvm_args=-Dbazel.DigestFunction=SHA256
# remote cache is needed not only for build speedup,

Loading…
Cancel
Save