google / gvisor-website

The gVisor project website.
https://gvisor.dev/
Apache License 2.0
17 stars 19 forks source link

Fix corrupted bazel install errors. #146

Closed ianlewis closed 4 years ago

ianlewis commented 4 years ago

Previously /tmp/gvisor-website was used for the bazel output_user_root but the host could delete a subset of the files under /tmp causing it to become corrupted.

This commit updates the Makefile to use the bazel_user_root directory under the repository root directory for caching bazel packages.