Revert "[release/1.6] .circleci: Don't use SCCACHE for windows release builds (#42024)"

This reverts commit 994b37b36e.
This commit is contained in:
Eli Uriegas 2020-07-24 15:18:09 -07:00
parent 29fe90e2a2
commit b31f58de6f
No known key found for this signature in database
GPG key ID: 24C48C7F709F9CEF

View file

@ -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"