Skip to content

Commit

Permalink
remove clean expunge (digital-asset#7061)
Browse files Browse the repository at this point in the history
All nodes have been reset following digital-asset#7056.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Aug 7, 2020
1 parent 804c159 commit 8b089f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ function bazel() {
# which is a workaround for this problem.
bazel shutdown

# Temporary, remove once cache reset is complete
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.
bazel fetch @nodejs_dev_env//...
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, remove once cache reset is complete
bazel clean --expunge
bazel fetch @nodejs_dev_env//...
bazel build `
`-`-experimental_execution_log_file ${ARTIFACT_DIRS}/build_execution_windows.log `
Expand Down
2 changes: 0 additions & 2 deletions compatibility/test-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ cd compatibility
cp ../.bazelrc .bazelrc

bazel shutdown
# Temporary, remove once cache reset is complete
bazel clean --expunge
bazel fetch @nodejs_dev_env//...
bazel build //...
bazel shutdown
Expand Down

0 comments on commit 8b089f5

Please sign in to comment.