What's Changed
TODO
Using Bzlmod
- Enable with
common --enable_bzlmodin.bazelrcif using Bazel>=7.4.0. - Add to your
MODULE.bazelfile:
bazel_dep(name = "toolchains_llvm_bootstrapped", version = "0.5.3")
register_toolchains(
"@toolchains_llvm_bootstrapped//toolchain:all",
)What's Changed
- Rename all bazel tpl files component.BUILD.bazel by @cerisier in #259
- Update to bazel 9 compatible libarchive by @cerisier in #262
- Disable testing all glibcs versions on windows by @cerisier in #263
- [osx] Allow including private frameworks as well by @dzbarsky in #264
- [windows] Fix _fpreset8 dupe symbol by @dzbarsky in #265
Full Changelog: 0.5.2...0.5.3