Martin Kosiba

Results 5 issues of Martin Kosiba

# The ability to alter java_image entrypoint without losing classpath information ### Relevant Rules This would be a change/addition to `java_image`. ### Description The `java_image` rule makes it possible to...

I recently had a user report that their build was stuck in the "Hashing targets" phase. The issue didn't reproduce for me locally and it was tricky to debug why...

Steps to reproduce: 1. Find a `WORKSPACE`. I think any file with multiple load statements will do, but this is the one I used to repro: ``` load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") git_repository(...

The fact that `llvm-cov` and `llvm-profdata` are not set seems to trip up the `external/bazel_tools/tools/test/collect_cc_coverage.sh` script resulting in empty .dat files. To solve the issue we implement something similar to...

In #2661 the `exec_compatible_with` was added. This breaks some of our Linux-based tests where we use systemtap dtrace. I was hoping we could move the constraint onto the tool itself...