bazel: Remove remote-clang/gcc configs and cleanups#42233
Merged
phlax merged 1 commit intoenvoyproxy:mainfrom Nov 26, 2025
Merged
bazel: Remove remote-clang/gcc configs and cleanups#42233phlax merged 1 commit intoenvoyproxy:mainfrom
remote-clang/gcc configs and cleanups#42233phlax merged 1 commit intoenvoyproxy:mainfrom
Conversation
remote-clang config and cleanups
93e5018 to
3d3d461
Compare
remote-clang config and cleanupsremote-clang/gcc configs and cleanups
4abdd3f to
98422e6
Compare
Signed-off-by: Ryan Northey <ryan@synca.io>
98422e6 to
68790b1
Compare
remote-clang/gcc configs and cleanupsremote-clang/gcc configs and cleanups
Member
Author
|
/retest infra flake |
agrawroh
approved these changes
Nov 26, 2025
| build:gcc --host_platform=@envoy//bazel/rbe/toolchains:rbe_linux_gcc_platform | ||
|
|
||
| # libc++ default for clang | ||
| # libc++ - default for clang |
Member
Author
There was a problem hiding this comment.
i felt it needed a bit of clarifying - without the hyphen it reads as a single sentence which has slightly different connotations
Merged
phlax
added a commit
to phlax/envoy
that referenced
this pull request
Nov 28, 2025
…roxy#42233)" This reverts commit 800277e.
grnmeira
pushed a commit
to grnmeira/envoy
that referenced
this pull request
Mar 20, 2026
toolchain and platform are now separate and we use cc_toolchain_resolution - so `--config=clang` or `--config=gcc` should be sufficient (with any platform config separate) Signed-off-by: Ryan Northey <ryan@synca.io> Signed-off-by: Gustavo <grnmeira@gmail.com>
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.
toolchain and platform are now separate and we use cc_toolchain_resolution - so
--config=clangor--config=gccshould be sufficient (with any platform config separate)