From 96eb79b1c7e8f3fa873c1f7a92b424d4d920ca55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mis=CC=8Cko=20Hevery?= Date: Fri, 7 Sep 2018 15:21:00 -0700 Subject: [PATCH] build: add support for running builds outside of sandbox on Mac. (#25870) Add following to your `~/.bazelrc`. This will run the build faster locally (outside of sandbox), but continue running the builds with sandboxing on CI. ``` build --spawn_strategy=standalone --strategy=ESM5=sandboxed ``` PR Close #25870 --- packages/bazel/src/esm5.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/bazel/src/esm5.bzl b/packages/bazel/src/esm5.bzl index 8b7f3f3745..d21ef8cc2a 100644 --- a/packages/bazel/src/esm5.bzl +++ b/packages/bazel/src/esm5.bzl @@ -90,6 +90,7 @@ def _esm5_outputs_aspect(target, ctx): # TODO(alexeagle): enable worker mode for these compilations "supports-workers": "0", }, + mnemonic = "ESM5", ) root_dir = _join([