What's Changed
- Use glibc mirror
- Add musl CVE patches
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.2.3")
register_toolchains(
"@toolchains_llvm_bootstrapped//toolchain:all",
)Full Changelog: 0.2.2...0.2.3