Fabian Meumertzheim
Fabian Meumertzheim
Are you using `--experimental_java_classpath=bazel`? My understanding (and experience so far) is that Turbine isn't just beneficial when it's actually faster, but also because it provides the jdeps information needed for...
@aignas Could you take over here?
That you aren't seeing the jar files is likely working as expected if you use a disk or remote cache due to `--remote_download_outputs=toplevel` being the default in Bazel 7. That...
@bazel-io fork 7.1.0
@iancha1992 This is not a hard blocker for the 7.1.0 release, but getting it in there would help maintaining C++ modules in the BCR (cc @meteorcloudy).
@iancha1992 Yes, it's just waiting for a review. @comius Friendly ping :-)
@pzembrod I unassigned Ivo and moved this over to you. Let me know if you have any questions!
Yes, runfiles libraries generally also support tests via `TEST_SRCDIR`. If you want consistent behavior between WORKSPACE and Bzlmod, try using `@bazel_tools//tools/cpp/runfiles`. +1 to fixing up the docs.
You can reference a file in it and then walk up from there. Directory lookups could be added, but that would require a filesystem abstraction that I'm not sure is...
`rules_graalvm` uses `apple_support` to set up the correct build environment for Xcode on macOS. As far as I understand, this requires the toolchain registered by `apple_support`, which in turn requires...