Martin Kosiba
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(...