diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-08-16 15:00:58 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-08-16 15:02:11 -0700 |
commit | d60d99cb61b4df812c128ffcdbc037e34cb055a0 (patch) | |
tree | 0674bbaf8d77322ea07963cb4569b219a798efc6 /Makefile | |
parent | 4bab7d7f084c4ce4a8bf5860b71df6aee757cd5c (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" && \ |