buildbuddy-io / buildbuddy-toolchain

Bazel toolchains for BuildBuddy RBE
MIT License
12 stars 12 forks source link

Set dockerNetwork=off by default #11

Closed tylerwilliams closed 11 months ago

tylerwilliams commented 1 year ago

Users may still enable it by adding the following exec_properties to a target:

+    exec_properties = {
+        "dockerNetwork":"bridge",
+    },
tylerwilliams commented 1 year ago

Might be good to update the README also, maybe in a separate PR

Done.