Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-16 | Bump rules_go to v0.19.3 and bazel_gazelle to v0.18.1. | Nicolas Lacasse | |
And bump go toolchain to v1.12.9. Protobuf dependencies must be explicitly included now. PiperOrigin-RevId: 263853370 | |||
2019-05-03 | gvisor: run bazel in a docker container | Andrei Vagin | |
bazel has a lot of dependencies and users don't want to install them just to build gvisor. These changes allows to run bazel in a docker container. A bazel cache is on the local file system (~/.cache/bazel), so incremental builds should be fast event after recreating a bazel container. Here is an example how to build runsc: make BAZEL_OPTIONS="build runsc:runsc" bazel Change-Id: I8c0a6d0c30e835892377fb6dd5f4af7a0052d12a PiperOrigin-RevId: 246570877 |