Skip to content
Verified Commit fc7d4858 authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

fix: add support for `--incompatible_use_plus_in_repo_names`

It was [found][1] the `~` character slows down C/C++ includes on Windows.

Bazel 8 will change to the `+` symbol.

The [--incompatible_use_plus_in_repo_names][2] flag allows testing this early.

This patch supports any separator.

[1]: https://github.com/bazelbuild/bazel/issues/22865
[2]: https://github.com/bazelbuild/bazel/issues/23127
parent 08baa79e
Loading
Loading
Loading
Pipeline #12222 passed with stages
in 1 minute and 38 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment