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
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
When running bazel test //tests:test_all on Windows with bash, one of the slashes gets stripped, and Bazel actually tries to run bazel test /tests:test_all (which fails).
It's worth noting that I seem to be able to reproduce this manually from an MSYS2 CLI but not from a Windows DOS CLI. The error produced in the Win CLI is unrelated (a recent error I started getting from Github for even other projects?) but indicates that target parsing did occur (hence why it failed processing the bullet repo).
Further, the issue seems to be reproducible without bazelisk (just using bazel directly) all the way back to 3.3.1 so far, so it seems to be something endemic to bazel itself on Windows in MSYS2. It doesn't seem to want to work with absolute paths unless you use triple slashes instead of double.
When running
bazel test //tests:test_all
on Windows withbash
, one of the slashes gets stripped, and Bazel actually tries to runbazel test /tests:test_all
(which fails).Split from #2
The text was updated successfully, but these errors were encountered: