-
### What happened?
Bazel builds no longer work, packages are not pulling in their types correctly after #2988 was landed.
### What did you expect?
Bazel builds continue to work.
### Minimal …
-
## Issue description
We already have `pkgs.buildBazelPackage` to build bazel packages. This can often simplify building a package, but it's a rather high-level wrapper and doesn't account for situa…
-
### Description of the bug:
If you set both `--incompatible_disable_native_repo_rules` _and_ `--noenable_bzlmod`, any `bazel build` fails with the following error (even if you have an empty `WORKSPA…
-
Moving linter and other scripts to Bazel.
At present we have different tools and scripts for linters.
Replace these with Bazel integrated tools or rules.
For example:
Kotlin (ktlint) - http…
-
### Description of the feature request:
`--experimental_add_exec_constraints_to_targets` is super useful for some things like "give all these targets this constraint", but for some custom rules it w…
keith updated
1 month ago
-
Please consider adding documentation for interop with Bazel, in particular `bzlmod` and `gazelle`.
Thank you
-
This issue stems from a reddit question i posted: https://www.reddit.com/r/bazel/comments/anfk5t/bazel_and_scala_compiler_plugin_question/
To give some background:
Currently I use rules_scala in…
-
**Is your feature request related to a problem? Please describe.**
There is no good way to execute tests via bazel via normal bazel commands if the emulator is required
**Describe the solution you'd…
-
I beleive this Bazel extension is running a very expensive query. This is fine on a small repo, but on a large monorepo this basically prevents the user from running any other bazel commands till this…
-
Currently, the HEIR codespaces are defined via monolithic `devcontainer.json`s that do everything from basic dev-environemnt setup to building LLVM/MLIR and HEIR in what is effectively a single docker…