summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-08-16 15:00:58 -0700
committergVisor bot <gvisor-bot@google.com>2019-08-16 15:02:11 -0700
commitd60d99cb61b4df812c128ffcdbc037e34cb055a0 (patch)
tree0674bbaf8d77322ea07963cb4569b219a798efc6 /Makefile
parent4bab7d7f084c4ce4a8bf5860b71df6aee757cd5c (diff)
Bump rules_go to v0.19.3 and bazel_gazelle to v0.18.1.
And bump go toolchain to v1.12.9. Protobuf dependencies must be explicitly included now. PiperOrigin-RevId: 263853370
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c70f76504..561618478 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ bazel-server-start: docker-build
-v "$(GVISOR_BAZEL_CACHE):$(HOME)/.cache/bazel/" \
-v "$(CURDIR):$(CURDIR)" \
--workdir "$(CURDIR)" \
- --tmpfs /tmp \
+ --tmpfs /tmp:rw,exec \
--privileged \
gvisor-bazel \
sh -c "while :; do sleep 100; done" && \