Skip to content

Commit

Permalink
Switch back to default Visual C++.
Browse files Browse the repository at this point in the history
Since Bazel 6.3, Visual C++ 2022 should be supported.  See
bazelbuild/bazel#18592 and
bazelbuild/bazel#18960.
  • Loading branch information
phst committed Jan 21, 2024
1 parent 899a87d commit 79b09b6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .github/actions/set-up/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ runs:
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-xpm-nox
if: runner.os == 'Windows'
- name: Install Visual C++ build tools
# Install the 2019 version because Bazel doesn’t support anything newer
# in most versions; see
# https://bazel.build/install/windows#install-compilers.
shell: cmd
run: >
choco install
visualstudio2019buildtools
visualstudio2019-workload-vctools
if: runner.os == 'Windows'
- name: Cache Bazel repositories
uses: actions/cache@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/bazel-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
-- check
env:
USE_BAZEL_VERSION: ${{matrix.bazel}}
BAZEL_VC: >-
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
BAZELISK_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Upload profiles
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/debug-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
-- emacs
env:
USE_BAZEL_VERSION: latest
BAZEL_VC: >-
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
BAZELISK_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Upload binary execution log
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/update-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
-- lock
env:
USE_BAZEL_VERSION: latest
BAZEL_VC: >-
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
BAZELISK_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Upload lockfiles
Expand Down

0 comments on commit 79b09b6

Please sign in to comment.