Hi,
I'm playing with an old toy project of mine, and I've locked it down to Bazel 3.3.1.
Unfortunately, unlike running Bazelisk locally, the environment set up without buildbuddy.yaml sets up some config files that seem to make Bazelisk pass on --heap_dump_on_oom to Bazel, which is unsupported in 3.3.1 and a bunch of versions after that.
Luckily, it looks like none of my custom Starlark rules are broken up to 6.5.0, but still, --heap_dump_on_oom being passed without an easy opt-out made moving to something newer mandatory, even though RBE itself with local Bazelisk seems to otherwise work perfectly fine.
Hi,
I'm playing with an old toy project of mine, and I've locked it down to Bazel 3.3.1.
Unfortunately, unlike running Bazelisk locally, the environment set up without
buildbuddy.yamlsets up some config files that seem to make Bazelisk pass on--heap_dump_on_oomto Bazel, which is unsupported in 3.3.1 and a bunch of versions after that.Luckily, it looks like none of my custom Starlark rules are broken up to 6.5.0, but still,
--heap_dump_on_oombeing passed without an easy opt-out made moving to something newer mandatory, even though RBE itself with local Bazelisk seems to otherwise work perfectly fine.