Skip to content

Commit 79b09b6

Browse files
committed
Switch back to default Visual C++.
Since Bazel 6.3, Visual C++ 2022 should be supported. See bazelbuild/bazel#18592 and bazelbuild/bazel#18960.
1 parent 899a87d commit 79b09b6

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

.github/actions/set-up/action.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ runs:
5555
mingw-w64-x86_64-toolchain
5656
mingw-w64-x86_64-xpm-nox
5757
if: runner.os == 'Windows'
58-
- name: Install Visual C++ build tools
59-
# Install the 2019 version because Bazel doesn’t support anything newer
60-
# in most versions; see
61-
# https://bazel.build/install/windows#install-compilers.
62-
shell: cmd
63-
run: >
64-
choco install
65-
visualstudio2019buildtools
66-
visualstudio2019-workload-vctools
67-
if: runner.os == 'Windows'
6858
- name: Cache Bazel repositories
6959
uses: actions/cache@v3
7060
with:

.github/workflows/bazel-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
-- check
5959
env:
6060
USE_BAZEL_VERSION: ${{matrix.bazel}}
61-
BAZEL_VC: >-
62-
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
6361
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
6462
BAZELISK_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
6563
- name: Upload profiles

.github/workflows/debug-cache.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
-- emacs
4141
env:
4242
USE_BAZEL_VERSION: latest
43-
BAZEL_VC: >-
44-
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
4543
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
4644
BAZELISK_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4745
- name: Upload binary execution log

.github/workflows/update-lockfiles.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
-- lock
4242
env:
4343
USE_BAZEL_VERSION: latest
44-
BAZEL_VC: >-
45-
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
4644
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
4745
BAZELISK_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4846
- name: Upload lockfiles

0 commit comments

Comments
 (0)