Fabian Brandstetter
Fabian Brandstetter
When testing for analysis-phase-failures in rules this rule provides otherwise necessary boilerplate that simply allows to test for correct Error messages I discovered this reoccuring rule while testing some of...
## Use-Case: Using [--distdir](https://docs.bazel.build/versions/master/command-line-reference.html#flag--distdir) to achieve an [airgapped build](https://docs.bazel.build/versions/master/guide.html#running-bazel-in-an-airgapped-environment). Building different bazel versions but with the requirement to use a distdir. If bazel/bazelisk is cached inside a container for an...
Version 0.26.0 has been released. On npm the latest version is still at 0.25.0: https://www.npmjs.com/package/@bazel/ibazel 
Implement MC/DC coverage output generator support Proposal for: - https://github.com/bazelbuild/bazel/issues/27710 (AI assisted)
# Issue When building a rust_library that contains unreferenced symbols that is a link dependency of a `cc_binary` e.g. lowlevel CPU startup code that get's located into a defined address...
I discovered that because of the hardwired includes here: https://github.com/hexdae/toolchains_arm_gnu/blob/v1.1.0/toolchain/templates/compiler.BUILD#L24-L33 ```Starlark srcs = [ "{}/include/c++/{}".format(PREFIX, VERSION), "{}/include/c++/{}/{}".format(PREFIX, VERSION, PREFIX), "{}/include".format(PREFIX), "lib/gcc/{}/{}/include".format(PREFIX, VERSION), "lib/gcc/{}/{}/include-fixed".format(PREFIX, VERSION), ], ``` ## General issue If...