Jin
Jin
Wait, did you forget to update MODULE.bazel?
cc @aoeui (I think this is the account Shahan uses), who has the most context here for the serialization dependencies on Unsafe. For Googlers: b/331765692 is the internal bug reference.
Yes, this is a known issue with anything that uses singlejar with RBE. Also, see https://github.com/jin/android-testing/blob/rbe/.bazelrc for a bazelrc that works for Android projects building on RBE.
> Though for bazel projects I would recommend keeping a .bazelproject file elsewhere and importing that. Also see https://github.com/bazelbuild/intellij/blob/master/ijwb/ijwb.bazelproject and https://github.com/bazelbuild/bazel/blob/master/scripts/ij.bazelproject for examples.
@mattgodbolt I'm working on a blogpost to demystify some of these: https://github.com/bazelbuild/bazel-blog/pull/200 We'll probably surface this in documentation soon as well.
The blogpost was written years ago, and I've lost the context (and no longer work on the IDE plugin) to make recommendations on this. @alice-ks Are there documentation for current...
Thanks for this PR! I've merged https://github.com/bazel-contrib/rules_jvm_external/pull/1266 as that PR came first.
For a workaround, can you try setting `derive_targets_from_directories: false` in your project view file, and manually set the `targets: ` you want to sync? e.g. ``` derive_targets_from_directories: false targets: //my:target...
This is an issue with macOS with a much lower ARG_MAX value. Please use the workaround in https://github.com/bazelbuild/intellij/issues/1081#issuecomment-520830345 if you run into this issue.
> @jin is working on cross-build analysis caching that would make swapping in/out the analysis cache much faster, even if invalidation still occurs. Yes: https://www.youtube.com/watch?v=op4gIYxucjE is a BazelCon 2024 about...