Skip to content

Commit 994b37b

Browse files
authored
[release/1.6] .circleci: Don't use SCCACHE for windows release builds (pytorch#42024)
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 8aa878f commit 994b37b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/scripts/binary_windows_build.sh

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

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

0 commit comments

Comments
 (0)