Skip to content

Commit

Permalink
Revert "ci: Enable bazel limited download flags (#7563)" (#7593)
Browse files Browse the repository at this point in the history
This reverts commit 32bfd01.

Signed-off-by: Keith Smiley <[email protected]>
  • Loading branch information
keith authored and lizan committed Jul 16, 2019
1 parent 42706ef commit 71e36ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci/setup_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ if [[ ! -z "${GCP_SERVICE_ACCOUNT_KEY}" ]]; then
echo "${GCP_SERVICE_ACCOUNT_KEY}" | base64 --decode > "${GCP_SERVICE_ACCOUNT_KEY_FILE}"
fi

if [[ -n "${BAZEL_REMOTE_CACHE}" ]]; then
export BAZEL_BUILD_EXTRA_OPTIONS="${BAZEL_BUILD_EXTRA_OPTIONS} \
--experimental_inmemory_dotd_files \
--experimental_inmemory_jdeps_files \
--experimental_remote_download_outputs=toplevel"
fi

if [[ "${BAZEL_REMOTE_CACHE}" =~ ^http ]]; then
if [[ ! -z "${GCP_SERVICE_ACCOUNT_KEY}" ]]; then
export BAZEL_BUILD_EXTRA_OPTIONS="${BAZEL_BUILD_EXTRA_OPTIONS} \
Expand Down

0 comments on commit 71e36ad

Please sign in to comment.