bazelbuild / bazel-toolchains

Repository that hosts Bazel toolchain configs for remote execution and related support tools.
Apache License 2.0
186 stars 96 forks source link

4.2.x release #970

Open keith opened 3 years ago

keith commented 3 years ago

Will there be a 4.2.x release to silence the warnings when using this repo?

keith commented 3 years ago

cc @philwo since you did the last one :pray:

philwo commented 3 years ago

Hi @keith,

I looked into the cause of this warning and it seems like it's related to the Bazel version installed in the rbe-ubuntu16-04 container:

As the release infrastructure for the old bazel-toolchains and the rbe-ubuntu16-04 container is gone or at least we don't know anything about it, we can't update this "the right way". 😬

If it helps, I could make a bazel-toolchains patch release that just removes that warning message.

keith commented 3 years ago

Yea I guess considering master doesn't have that warning that would be ideal. The project I'm looking at uses the .bazelrc configs, but doesn't actually care about the rules that have since been removed