Fabian Meumertzheim

Results 1671 comments of Fabian Meumertzheim

If you control the dep you can use the `repo_name` attribute on rules_go to use the legacy name `io_bazel_rules_go`. If you don't, you can apply a `gazelle_override` with `build_file_generation =...

Instead of just a boolean, could we maybe make this a string field that is either `exec`, `target` or `//some/pkg:defs.bzl%my_starlark_transition` (assuming the transition is exported)? @katre is working on chaining...

@meteorcloudy This is needed to unblock https://github.com/bazelbuild/bazel/pull/24021.

Will do! If you want to avoid having to maintain an old distro in CI, but want to keep a low minimum glibc version, you could also use a hermetic...

It's mostly just this (the bug mentioned in the comment below has been fixed since): https://github.com/CodeIntelligenceTesting/jazzer/blob/aa376ca3c0255b9cf04e1fc79fcf1fe5c63b2376/MODULE.bazel#L397 The only caveat is that the official LLVM releases are extremely bloated and slow...

Blocked on https://github.com/bazel-contrib/rules_go/pull/4339

Loading from `rules_cc` forces us to rely on a modern version of protobuf, which in turn we need to make work via our deps macros, but that fails since we...

It's not urgent, take your time.