Keith Smiley
Keith Smiley
> This [is enabled](https://github.com/bazelbuild/bazel/commit/73d6c3f52d2c0630f47ac3c7055cdbd441381c60) and shows great reduction in re-analysis time for Google's repo. I'm curious what it shows in other environments. That said, this is only an incremental improvement....
we are also using `experimental_exclude_starlark_flags_from_exec_config` for other reasons, and done use defines. In our case it is a starlark flag that controls behavior similar to `--compilation_mode`, but it might also...
note that in 2024 with bzlmod the BUILD file for this can be centralized in the BCR (and the last tagged version is already there)
> So if I understand correctly this breaks when trying to use the MODULE.bazel.lock file, right? yes > Ignore experimental_index_url on non-root modules. I haven't read extensively about what the...
@swift-ci please test
Started
@swift-ci please test
cc @ahoppen is it ok to add a non-blocking job for this?
I think there needs to be _some_ solution to this, even if it's the one mentioned above just making the NDK not fail. I think many projects are setup in...