From 5f723ac601e8ea6eb3216f60fce49b771ef87e0a Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 30 Jan 2020 23:32:12 -0500 Subject: Fix corrupted bazel install errors. 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ec372978f..dd1346c01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ bin/ +bazel_user_root/ public/ resources/ node_modules/ -- cgit v1.2.3