From c2499c406d0727853ea0ddc5372a50be95de5515 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 27 Feb 2018 05:47:21 -0800 Subject: Expose --output_user_base to the Bazel server process ...so that it can use that path to compute other directories in the output user base, in particular the default location for caches. The first cache we will add is the hash-index cache for downloads of external archives, but a spawn cache might be added later in the output user base as well. Change-Id: I24b1c33235c8f76ec008ecb1789163de2b2a45be PiperOrigin-RevId: 187164275 --- scripts/bootstrap/compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh index 3fbd6333a8..665165c705 100755 --- a/scripts/bootstrap/compile.sh +++ b/scripts/bootstrap/compile.sh @@ -333,6 +333,7 @@ function run_bazel_jar() { --batch \ --install_base=${ARCHIVE_DIR} \ --output_base=${OUTPUT_DIR}/out \ + --output_user_root=${OUTPUT_DIR}/user_root \ --install_md5= \ --workspace_directory="$(get_cwd)" \ --nofatal_event_bus_exceptions \ -- cgit v1.2.3