-
I'm going down a Bazel/conda monorepo rabbithole. I did a bunch of reading and it seems the existing rules, by passing `kwargs` should be able to support the use case where we have different platforms…
-
Hey 👋
Working on a large monorepo with hundreds of Rust crates, we're seeing almost constant merge conflicts on the Cargo.Bazel.lock file. For instance, the checksum will always conflict as soon a…
-
In polyglot monorepos it is a royal pain that I cannot have plugins like [coc-java](https://github.com/neoclide/coc-java) correctly set the classpath for the java language server since there is not a …
-
### Description of the feature request:
`java_binary` and `java_test` currently use toolchain resolution to discover the Java runtime toolchain to use, based on the value of `--java_runtime_versi…
-
### What is the current behavior?
Lack of monorepo nestjs example
### Describe the feature
- Add monorepo nestjs example
-
Toolchains are like Providers:
- The `toolchain_type` definition must be canonical. Everyone must agree on the symbol to use, e.g. `@someones_repo//toolchains:grep_toolchain`
- A concrete toolchai…
-
I think we should switch from Make to CMake. This would have a number of benefits:
1. We can easily make the arch part of the targets instead of a Make parameter. I.e. instead of
```
ARCH=RV32 …
-
To get started, let's get JavaScript set up and running in this repo. I'm going to borrow some code from my aoc-2023-js repo (so that I have some working code and tests), but I'm not going to bring ov…
-
### Describe the feature
Add an additional class method to `DockerImageCode` that allows a user to provide a script which produces the Docker image instead of the CDK executing Docker build itself.
…
-
Hi team 👋
Would you be open to building this repository with Bazel? It'd better integrate in our internal monorepo and I'd be happy to provide the implementation.