Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to mobile/third_party/rbe_configs/cc/ (envoyproxy#36269)
This updates files containing paths to older versions of the docker container being used in CI. This matters when clang modules are being used and some dependency (looking at absl) turns on layering checks. Not updating these files prevents abseil from including many standard headers. These files should be regenerated whenever our base docker container or toolchain is updated. These files were regenerated following the instructions in https://github.com/bazelbuild/bazel-toolchains Specifically: ``` $ ./rbe_configs_gen \ --bazel_version="6.5.0" \ --toolchain_container="docker.io/envoyproxy/envoy-build-ubuntu:f94a38f62220a2b017878b790b6ea98a0f6c5f9c" \ --exec_os="linux" \ --target_os="linux" \ --output_src_root="/path/to/envoy-mobile" \ --output_config_path="third_party/rbe_configs" \ --cpp_env_json=clang.json \ --generate_java_configs=False $ cat clang.json {"CC": "/opt/llvm/bin/clang", "CXX": "/opt/llvm/bin/clang++"} ``` Other files were also regenerated, but this commit only contains changes to files with paths. Risk Level: low Testing: CI, since this specifically affects the CI. Signed-off-by: Alejandro R Sedeño <[email protected]>
- Loading branch information