Skip to content

Commit

Permalink
reenable Windows cache (digital-asset#8329)
Browse files Browse the repository at this point in the history
See digital-asset#8326.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Dec 17, 2020
1 parent 33df124 commit 403990d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ function bazel() {
# which later causes issues on Bazel init (source forest creation) on Windows. A shutdown closes workers,
# which is a workaround for this problem.
bazel shutdown
# Temporary until nodes are reset
bazel clean --expunge

# Prefetch nodejs_dev_env to avoid permission denied errors on external/nodejs_dev_env/nodejs_dev_env/node.exe
# It isn’t clear where exactly those errors are coming from.
Expand Down
2 changes: 0 additions & 2 deletions compatibility/build-release-artifacts-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ function bazel() {


bazel shutdown
# Temporary until nodes are reset
bazel clean --expunge
bazel fetch @nodejs_dev_env//...
bazel build `
`-`-experimental_execution_log_file ${ARTIFACT_DIRS}/build_execution_windows.log `
Expand Down

0 comments on commit 403990d

Please sign in to comment.