You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Set BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN and BAZEL_USE_CPP_ONLY_TOOLCHAIN
... for the job, according to the matrix.os value.
This fixes the build for rules_haskell_tests on Windows with bzlmod, which
failed with:
```
The target you are compiling requires Visual C++ build tools.
Bazel couldn't find a valid Visual C++ build tools installation on your machine.
```
0 commit comments