We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12949c6 commit 4d55b7cCopy full SHA for 4d55b7c
.circleci/windows/dependencies.config
@@ -3,5 +3,4 @@
3
<package id="bazelisk" version="1.17.0"/>
4
<package id="python" version="3.11.0"/>
5
<package id="openjdk11" version="11.0.9.11"/>
6
- <package id="visualcpp-build-tools" version="15.0.26228.20170424"/>
7
</packages>
.circleci/windows/prepare.bat
@@ -23,4 +23,4 @@ C:\Python311\python.exe -m pip install wheel
23
REM permanently set variables for Bazel build
24
SETX BAZEL_SH "C:\Program Files\Git\usr\bin\bash.exe"
25
SETX BAZEL_PYTHON C:\Python311\python.exe
26
-SETX BAZEL_VC "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC"
+SETX BAZEL_VC "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC"
0 commit comments