-
-
Notifications
You must be signed in to change notification settings - Fork 593
Bazel@Head fails because bzlmod example test relies on tilde in repo names #2105
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
Comments
CC @rickeylev |
I wasn't able to repro this. Is this happening, still? Posterity: it looks like this occurs in the |
I can repro now. It requires running |
I think I found the problem: The separator char between bzlmod repo names changed to In any case, we can fix the rules_python test. It's just trying to verify the order of some paths and including the |
Bazel is changing its separate character from tilde (`~`) to plus (`+`) to address a performance issue on Windows. The test was using tilde to help match files of interest. To fix, have the test look for either tilde or plus. Fixes #2105
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4026#_
Platform: Multiple
Logs:
Culprit:
CC Greenteam @fweikert
The text was updated successfully, but these errors were encountered: