Skip to content

Commit

Permalink
try out bazel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
garyverhaegen-da committed Sep 7, 2023
1 parent c977b14 commit 54db39a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 574 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bazel distributed cache, can be temporarily disabled by passing the following
# flag: --noremote_accept_cached
build:darwin --remote_cache=https://bazel-cache.da-ext.net/macos/202308
build:linux --remote_cache=https://bazel-cache.da-ext.net/ubuntu/202308
build:darwin --remote_cache=https://bazel-cache.da-ext.net/macos/202309
build:linux --remote_cache=https://bazel-cache.da-ext.net/ubuntu/202309
# Don't push local build results to the remote cache.
build --remote_upload_local_results=false
# Do still push local build results to the local disk cache.
Expand Down
2 changes: 1 addition & 1 deletion ci/configure-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if is_windows; then
SUFFIX="${SUFFIX:0:12}"
echo "Platform suffix: $SUFFIX"
# We include an extra version at the end that we can bump manually.
CACHE_SUFFIX="$SUFFIX-v14"
CACHE_SUFFIX="$SUFFIX-v15"
CACHE_URL="$CACHE_URL/$CACHE_SUFFIX"
echo "build:windows-ci --remote_cache=https://bazel-cache.da-ext.net/$CACHE_SUFFIX" >> .bazelrc.local
fi
Expand Down
Loading

0 comments on commit 54db39a

Please sign in to comment.