Skip to content

Commit 4d55b7c

Browse files
Revert to VC2012
1 parent 12949c6 commit 4d55b7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/windows/dependencies.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
<package id="bazelisk" version="1.17.0"/>
44
<package id="python" version="3.11.0"/>
55
<package id="openjdk11" version="11.0.9.11"/>
6-
<package id="visualcpp-build-tools" version="15.0.26228.20170424"/>
76
</packages>

.circleci/windows/prepare.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ C:\Python311\python.exe -m pip install wheel
2323
REM permanently set variables for Bazel build
2424
SETX BAZEL_SH "C:\Program Files\Git\usr\bin\bash.exe"
2525
SETX BAZEL_PYTHON C:\Python311\python.exe
26-
SETX BAZEL_VC "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC"
26+
SETX BAZEL_VC "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC"

0 commit comments

Comments
 (0)