aryeh

Results 32 issues of aryeh

### Description of the feature request: improve errors in transitive rules what we get: ``` ERROR: /usr/local/google/home/aryehh/Development/cloud-spanner-emulator/binaries/BUILD:23:10: While resolving toolchains for target //binaries:emulator_main: invalid registered toolchain '@rules_foreign_cc//tools/build_defs/shell_toolchain/toolchains:linux_commands': error loading package...

more data needed

Is this supported? ``` # WORKSPACE container_pull( name = "envoyproxy-distroless", digest = "sha256:319ae2f7889c0ca395da53ca835e04aa09fe2bff23f4fab962853b9d68129bf2", # v1.22-latest registry = "index.docker.io", repository = "envoyproxy/envoy-distroless", ) container_pull( name = "openjdk", digest = "sha256:e81b7f317654b0f26d3993e014b04bcb29250339b11b9de41e130feecd4cd43c", #...

Just like `cmd` but for `run`. This would be really cool, because it would allow for implementing aspects of docker files in bazel instead of having to resort to use...

Similar to these rules https://github.com/bazelbuild/rules_docker/blob/a96b501452c55280712911d78cef9d5a8bcbd141/docker/package_managers/README.md#download_pkgs

This was extremely challenging to debug. Related: https://github.com/bazelbuild/rules_docker/issues/317

In my experience, the gradle plugin is a lot faster here on much larger projects than the one I am working with. This tends to happen if I add a...

more-data-needed

If anyone wants to post any ideas about how to implement, would be glad to take a look.

## Repro: 1. Apply this diff: ``` diff --git a/.bazelrc b/.bazelrc index 6858b64..d7db834 100644 --- a/.bazelrc +++ b/.bazelrc @@ -2,3 +2,4 @@ build --strategy=KotlinCompile=worker build --test_output=all build --verbose_failures +build --nolegacy_external_runfiles...

status: open - investigating
P2

Latest images are bazel 3.5.0, yet 5.2.0 is the current release

enhancement
help wanted

Curious if JRuby might be supported. Getting the following at the moment when attempting to install the gem by placing it in my Gemfile and running `bundle install`. ``` current...