Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ping MSVC version to 2017 #964

Merged
merged 1 commit into from
Sep 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ tasks:
windows_examples:
name: Examples
platform: windows
# Ping MSVC version to 2017, since LLVM 11.0.0 is not yet available on Bazel CI.
# TODO: remove after https://github.com/bazelbuild/continuous-integration/pull/1433 is deployed.
environment:
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC"
working_directory: examples
windows_targets: &windows_targets
- "//..."
Expand Down