Search code examples
Can't load image tarball into Docker because Docker wants root user but Bazel wants non-root use...


dockerbazelbazel-rulesbazel-aspectrules-oci

Read More
How to query Bazel for the (absolute) `JAVE_HOME` like path to the remote JDK of whatever Java Toolc...


bazelbazel-rulesbazel-javabazel-aspectbazel-query

Read More
Why does Bazel (run_binary) tell me that he can't write a file when he creates files well?...


bazelbazel-rulesbazel-aspect

Read More
How to get the previous bazel build logs in a decent Way?...


bazelbazel-rulesbazel-cppbazel-aspect

Read More
Why `ctx.actions.run` cannot refer `generated file type` files as a `inputs` attribute even though `...


bazelbazel-rulesbazel-aspect

Read More
Is there a way to pass the 'bazel run' result file to the next rule file in bazel?...


bazelbazel-rulesbazel-aspect

Read More
Bazel- How to get all transitive sources of a target...


bazelbazel-aspect

Read More
Bazel: why lint failed for variable reference?...


bazelbazel-rulesbazel-aspect

Read More
how to get each rule's time cost in bazel build...


bazelbazel-rulesbazel-aspect

Read More
Is there a way to change private attribute of an Aspect progammatically?...


bazelbazel-rulesbazel-aspect

Read More
Get dependency tree for a bazel target...


mavenbazelbazel-aspect

Read More
How to debug java_library rule in a bazel build?...


javabazelbazel-aspectbazel-extra-action

Read More
How can a Bazel aspect get source file list from java_library target?...


bazelbazel-aspect

Read More
Can Bazel aspects access the current target's java_common.provider...


bazelbazel-aspect

Read More
Running bazel build with an aspect on test targets does not yield test output jars...


bazelbazel-aspect

Read More
Recommended strategy to accumulate data in bazel aspects output files...


bazelbazel-aspect

Read More
How to propagate between aspects...


bazelbazel-aspect

Read More
BackNext