Bump Windows cache (#6383)

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-06-17 19:33:26 +02:00 committed by GitHub
parent 973add2477
commit 7e0a684857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -53,6 +53,8 @@ bazel shutdown
# It isnt clear where exactly those errors are coming from.
bazel fetch @nodejs_dev_env//...
bazel clean --expunge
bazel build `-`-experimental_execution_log_file ${ARTIFACT_DIRS}/build_execution_windows.log //...
bazel shutdown

View File

@ -74,7 +74,7 @@ if is_windows; then
SUFFIX="${SUFFIX:0:3}"
echo "Platform suffix: $SUFFIX"
# We include an extra version at the end that we can bump manually.
CACHE_SUFFIX="$SUFFIX-v3"
CACHE_SUFFIX="$SUFFIX-v4"
CACHE_URL="$CACHE_URL/$CACHE_SUFFIX"
echo "build:windows-ci --remote_http_cache=https://bazel-cache.da-ext.net/$CACHE_SUFFIX" >> .bazelrc.local
fi

View File

@ -38,6 +38,7 @@ function bazel() {
bazel shutdown
bazel fetch @nodejs_dev_env//...
bazel clean --expunge
bazel build `
`-`-experimental_execution_log_file ${ARTIFACT_DIRS}/build_execution_windows.log `
//release:sdk-release-tarball `