Commits on Source (3)
-
Matthew Clarkson authored
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
Verifiedfc7d4858 -
Matthew Clarkson authoredVerified69c23b90
-
Bot authored
# [1.0.0-beta.13](https://git.gitlab.arm.com/bazel/toolchain_utils/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2024-07-30) ### Bug Fixes * add support for `--incompatible_use_plus_in_repo_names` ([fc7d4858](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/fc7d485887292676b5a87eb51c40f92aa6343b6b))
Showing
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 1 addition, 1 deletionMODULE.bazel
- e2e/MODULE.bazel.lock 2 additions, 20 deletionse2e/MODULE.bazel.lock
- toolchain/local/select/repository.bzl 3 additions, 4 deletionstoolchain/local/select/repository.bzl
- toolchain/local/which/repository.bzl 4 additions, 2 deletionstoolchain/local/which/repository.bzl
- toolchain/resolved/repository.bzl 2 additions, 1 deletiontoolchain/resolved/repository.bzl
- toolchain/separator.bzl 3 additions, 0 deletionstoolchain/separator.bzl
toolchain/separator.bzl
0 → 100644