Skip to content

Commit b31f58d

Browse files
committed
Revert "[release/1.6] .circleci: Don't use SCCACHE for windows release builds (pytorch#42024)"
This reverts commit 994b37b.
1 parent 29fe90e commit b31f58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/scripts/binary_windows_build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source "/c/w/env"
55
mkdir -p "$PYTORCH_FINAL_PACKAGE_DIR"
66

77
export CUDA_VERSION="${DESIRED_CUDA/cu/}"
8+
export USE_SCCACHE=1
89
export SCCACHE_BUCKET=ossci-compiler-cache-windows
910
export NIGHTLIES_PYTORCH_ROOT="$PYTORCH_ROOT"
1011

0 commit comments

Comments
 (0)