Skip to content

Commit

Permalink
Revert "[release/1.6] .circleci: Don't use SCCACHE for windows releas…
Browse files Browse the repository at this point in the history
…e builds (pytorch#42024)"

This reverts commit 994b37b.
  • Loading branch information
seemethere committed Jul 24, 2020
1 parent 29fe90e commit b31f58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/scripts/binary_windows_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "/c/w/env"
mkdir -p "$PYTORCH_FINAL_PACKAGE_DIR"

export CUDA_VERSION="${DESIRED_CUDA/cu/}"
export USE_SCCACHE=1
export SCCACHE_BUCKET=ossci-compiler-cache-windows
export NIGHTLIES_PYTORCH_ROOT="$PYTORCH_ROOT"

Expand Down

0 comments on commit b31f58d

Please sign in to comment.