Skip to content

Commit 81daadf

Browse files
peterjc123facebook-github-bot
authored andcommitted
Expose VC_YEAR in Windows binary test jobs (#38957)
Summary: To make it configurable in pytorch/builder#445. Pull Request resolved: #38957 Differential Revision: D21721933 Pulled By: ezyang fbshipit-source-id: 510b19e59bed4ff9d6c39173b4d5c5fc69290ed0
1 parent 6ddca30 commit 81daadf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/scripts/binary_windows_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -eux -o pipefail
44
source "/c/w/env"
55

66
export CUDA_VERSION="${DESIRED_CUDA/cu/}"
7+
export VC_YEAR=2017
78

89
pushd "$BUILDER_ROOT"
910

0 commit comments

Comments
 (0)