docs: update bazel/README.md for LLVM 22 and other stale references - #46485
Merged
Conversation
The LLVM/Clang bump to 22 and other recent build system changes left several outdated references in `bazel/README.md`. This updates: - Add `libxml2` as a host dependency (required by LLVM 22 despite the hermetic toolchain) to Ubuntu and Fedora package lists - Update Go version requirements from 1.17 to 1.24 - Update TSAN libc++ build instructions from LLVM 11.0.1 to 22.1.8 - Replace Xcode 11.1 / Apple clang 11.0.0 reference with a generic "recent version" statement - Update Visual Studio from 2019 to 2022 - Update Python path examples and minimum version - Simplify supported compiler versions wording - Remove stale CircleCI references (Envoy uses GitHub Actions) - Update release tarball example from v1.24.0 to v1.39.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jonh Wendell <jwendell@redhat.com>
|
Docs for this Pull Request will be rendered here: https://storage.googleapis.com/envoy-cncf-pr/46485/docs/index.html The docs are (re-)rendered each time the CI |
jwendell
enabled auto-merge (squash)
July 31, 2026 15:08
phlax
reviewed
Jul 31, 2026
phlax
left a comment
Member
There was a problem hiding this comment.
great, thanks for working on this
Windows is not currently supported by the project, so these instructions were bitrotting. Remove the Windows subsections from Bazelisk install, developer quick start, and Docker CI build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jonh Wendell <jwendell@redhat.com>
phlax
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The LLVM/Clang bump to 22 and other recent build system changes left several outdated references in
bazel/README.md. This updates:libxml2as a host dependency (required by LLVM 22 despite the hermetic toolchain) to Ubuntu and Fedora package lists