[PATCH] D107885: [Bazel] Update bazel toolchains workflow to remove deprecated rbe_autoconfig.

Rubens Farias via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 16:44:50 PDT 2021


rubensf added a comment.

Note that all this configuration is auto-generated. "All" that rbe_configs_gen does is run bazel inside of the specified docker container (that'll run the action in the remote environment), and copy the auto-generated toolchains that bazel creates into the target folder. These toolchains can be written by hand as well, potentially even in a much more simplified way (eg maybe there's no need to specify features such as "pic", "fission-support", etc), with the caveat that they have to be maintained if the spec changes through bazel versions.

In fairness, maybe this doesn't need to be included at all. Users can set their own global home bazelrc or separate repo with set of bazel configurations for their desired execution environment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107885/new/

https://reviews.llvm.org/D107885



More information about the llvm-commits mailing list