grpc/third_party/toolchains
Jan Tattermusch a27b86fb95
Switch linux RBE to ubuntu18.04, get rid of rbe_autoconfig (#32559)
First step in the modernization of our RBE stack (see
go/rbe-tech-debt-notes).

- Get rid of the deprecated rbe_autoconfig and start using
[rbe_configs_gen](https://github.com/bazelbuild/bazel-toolchains#rbe_configs_gen---cli-tool-to-generate-configs)
+ check in the generated toolchain configs.
- Switch from marketplace.gcr.io/google/rbe-ubuntu16-04 to
marketplace.gcr.io/google/rbe-ubuntu18-04 (this image is still not owned
by us, but at least it's newer and demonstrates how a switch to a newer
docker image is done).
- provide script for generating the linux RBE toolchain configs.
- cleanup RBE configuration in the bazelrc files used for remote build
2023-03-10 09:34:53 +01:00
..
rbe_ubuntu1804 Switch linux RBE to ubuntu18.04, get rid of rbe_autoconfig (#32559) 2023-03-10 09:34:53 +01:00
rbe_win2019 Update win RBE docker image to VS2019 (#30072) 2022-06-28 10:23:12 +02:00
rbe_windows_bazel_5.2.0_vs2019 Update win RBE docker image to VS2019 (#30072) 2022-06-28 10:23:12 +02:00
BUILD Switch linux RBE to ubuntu18.04, get rid of rbe_autoconfig (#32559) 2023-03-10 09:34:53 +01:00
README.md Switch linux RBE to ubuntu18.04, get rid of rbe_autoconfig (#32559) 2023-03-10 09:34:53 +01:00
generate_linux_rbe_configs.sh Switch linux RBE to ubuntu18.04, get rid of rbe_autoconfig (#32559) 2023-03-10 09:34:53 +01:00

README.md

RBE toolchain configuration (Linux and Windows)

  • rbe_ubuntu1804: Autogenerated toolchain configuration for linux RBE. Run generate_linux_rbe_configs.sh to regenerate.

  • rbe_windows_bazel_5.2.0_vs2019: The autogenerated toolchain configuration for windows RBE. Note that the bazel version denotes the bazel version that was used to generate the toolchain configuration. The configuration can be use with different bazel versions (as long as it works). See go/rbe-windows-user-guide

  • rbe_win2019: The windows dockerfile to rebuild the docker image we use on RBE workers. See go/rbe-windows-user-guide