Skip to content

Commit

Permalink
Manually fetch @makensis_dev_env
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Nov 8, 2019
1 parent 6640038 commit 77ebdfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ function bazel() {
# which is a workaround for this problem.
bazel shutdown

# Manually fetch a Windows dev-env tool to avoid the following error:
# ERROR loading ~/.scoop: The process cannot access the file 'C:\Users\VssAdministrator\.scoop' because it is being used by another process.
bazel fetch -j 1 @makensis_dev_env//...

bazel build `-`-experimental_execution_log_file ${ARTIFACT_DIRS}/build_execution_windows.log //...

bazel shutdown
Expand Down

0 comments on commit 77ebdfc

Please sign in to comment.