[PATCH] D148862: [bazel] Update Bazel version to 6.1.2.
Aaron Siddhartha Mondal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 18:44:43 PDT 2023
aaronmondal added a comment.
> Any specific reason you're bumping it?
Yes. The 5.x releases don't work properly with bzlmod, a new module system for Bazel which will become the default with Bazel 7 later this year and deprecate the WORKSPACE setup.
5.x also has some legacy functionality around platform/toolchain resolution that's mostly gone in 6.0 and shouldn't be used anymore. AFAIK the llvm-overlay doesn't use any of that, so it should generally be fine to just bump versions upon release.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148862/new/
https://reviews.llvm.org/D148862
More information about the llvm-commits
mailing list