peakschris
peakschris
Given this input: deps = [ "@b", "@a", "//src/b", "//src/a", ], Buildozer will generate: deps = [ "//src/a", "//src/b", "@b", "@a", ], is there a reason that the external dependencies...
We need to use a custom tables.json file with --add_tables or --tables. But it would help if we did not need to specify it on the command line each time....
Two rules, csharp_binary and cc_binary both depend on a single code generation rule. However, because csharp_binary uses transitions, the code generation rule runs multiple times, once for cc_binary, and another...
Hi there, I can't get a net48 binary to build, netstandard2.0 and net6.0 work fine, thank you! Could you please share an example of what a csharp_binary targeting net48 would...
The COURSIER_OPTS envvar does not work, because it is too early in the command line to be passed to coursier. I'm not sure how to submit a fix to this...
### Describe the issue We have an Environment teardown that is reporting an error and we need to know what the correct approach is to handle it. Our current code...
We are excited to try bazel_iwyu, but as a Windows shop, we understand it is not supported OOTB at present. It would be really helpful if you could document how...
**Is your feature request related to a problem? Please describe.** We are consuming our C++ dependencies from conan central. Could unordered_dense be hosted there? Thank you!
### Description of the bug: I've not got a reliable way to reproduce this yet, but I've been seeing Bazel 7.1 hang during 'checking cached actions', on a 16-core Windows...
When we add a tree to pkg_tar via pkg_files, some files being executable and some not, the executable file modes are lost due to this line: https://github.com/bazelbuild/rules_pkg/blob/a56b1d9d339b70c01f92db74d62f4973a789f0fd/pkg/mappings.bzl#L258 pkg_tar has some...