Skip to content

Commit

Permalink
try to reset the windows cache (digital-asset#17825)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrauner-da authored Nov 15, 2023
1 parent b81ee69 commit e4d8609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ bazel shutdown
# It isn’t clear where exactly those errors are coming from.
bazel fetch @nodejs_dev_env//...

bazel clean --expunge

bazel build //... `
`-`-profile build-profile.json `
`-`-experimental_profile_include_target_label `
Expand Down
2 changes: 1 addition & 1 deletion ci/configure-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if is_windows; then
# three characters.
echo "Working directory: $PWD"
SUFFIX="$(echo $PWD $RULES_HASKELL_REV | openssl dgst -md5 -r)"
CACHE_URL="https://storage.googleapis.com/daml-bazel-cache/202311/win/${SUFFIX:0:4}"
CACHE_URL="https://storage.googleapis.com/daml-bazel-cache/20231114/win/${SUFFIX:0:4}"
echo "CACHE_URL=$CACHE_URL"
echo "build:windows-ci --remote_cache=$CACHE_URL" >> .bazelrc.local
fi
Expand Down

0 comments on commit e4d8609

Please sign in to comment.