Skip to content

Commit

Permalink
toolchains: Remove legacy code (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Mar 21, 2024
1 parent 7eea85a commit 8a4d6f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 110 deletions.
6 changes: 5 additions & 1 deletion toolchains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
This directory contains toolchains config generated for Bazel [RBE](https://docs.bazel.build/versions/master/remote-execution.html) and
[Docker sandbox](https://docs.bazel.build/versions/master/remote-execution-sandbox.html).

To regenerate toolchain configs, update the docker image information in `rbe_toolchains_config.bzl` and run following command in an
To regenerate toolchain configs, update the JSON toolchain configs and run following command in an
environment with the latest Bazel and Docker installed:

```
toolchains/regenerate.sh
```

This will generate configs in `toolchains/configs`, check in those files so they can be used in CI.

You can also set docker image information in `BUILD`. This does not require the toolchains to be rebuilt.

Once the toolchains/docker settings are updated, update the `envoy_build_tools` dependency in Envoy.
109 changes: 0 additions & 109 deletions toolchains/rbe_toolchains_config.bzl

This file was deleted.

0 comments on commit 8a4d6f9

Please sign in to comment.