-
Hello
I am new to maven as well as bazel
I am currently working on a POC to check how we can build and deploy java maven monorepo structure repositories to maven central
This is the link to my g…
-
I tried to use the SBOM rule:
```
thomas@DESKTOP-B82ERE8:~/monorepo$ bazel build //project/zemn.me/public:sbom.txt
INFO: Invocation ID: 82643534-c719-4c97-8df4-8bd7a9caabd6
INFO: Streaming build…
-
### What happened?
Running `bazel lint //...` leads to
```
No aspects enabled for linting.
Add a section like the following to your .aspect/cli/config.yaml:
lint:
aspects…
-
It's in the monorepo which uses Bazel for the build, so the frontend should be built with Bazel too!
The build process right now is a manual `npm run build` after the bazel build which doesn't scale …
Jdban updated
6 years ago
-
I've run into an interesting bug in my environment, where while on a linux machine, I am setting the `$HOME` variable (as a (very) poor-man's sandbox), and this breaks coursier's fetching and caching.…
-
### Description of the problem / feature request:
I'm trying to migrate from bazel 4.2.2 to bazel 5.0.0 on Scala monorepo (with `rules_scala`) and started to see the following error:
```
ER…
-
### What happened?
I'm using aspect configure to make my build files, it picks up dependencies fine but doesn't include a ts_config anywhere.
My project is fairly complex: a monorepo with severa…
-
### What version of gazelle are you using?
v0.33.0
### What version of rules_go are you using?
v0.41.0
### What version of Bazel are you using?
7.0.0-pre.20231011.2
### Doe…
-
Maintainers notes
- Root problem was an overly broad rerun-if-changed, see https://github.com/rust-lang/cargo/issues/14240#issuecomment-2224635184
----
### Problem
At work we have a rather large mo…
-
### Discussed in https://github.com/microsoft/pylance-release/discussions/2712
Originally posted by **itsdani** February 21, 2021
I'm trying to setup a python monorepo build with bazel, and I'…
judej updated
3 months ago