-
Suggestion: ava and evm binary generation must be separated from gecko/scripts/build.sh
Explanation:
Current gecko/scripts/build.sh is generating ava, evm and xputtest binaries. ava binary is gene…
-
Originally bazelbuild/rules_go#265
We used `go_default_library` as the name for `go_library` rules generated by Gazelle to simplify dependency resolution. Both the Go rules and Gazelle relied on th…
-
I keep getting a lot of missing dependency errors along the lines of the following:
> zone-testing.js is needed for the fakeAsync() test helper but could not be found. Please make sure that your en…
-
I am running into two issues with the output_runner (which otherwise works great btw!). One it does currently not support multiline regex. So e.g given an error string of
```
GoCompile: missing st…
-
I have a monorepo with multiple docker images and I would like to publish an image only if the digest of the image is not present in the registry, regardless of the tag. I'm using fluxcd and right now…
-
Is there a deployment story native to bazel? Or is the out of scope for this?
-
Hello,
I followed this: https://docs.aws.amazon.com/lambda/latest/dg/java-package.html
I'm migrating from a Gradle monorepo to Bazel and here is the last blocking step.
The code didn't changed …
-
### Short description
There should be a way to run the compiler in some standalone fashion. I've been trying to move our services to a monorepo built with bazel but there doesn't appear to be a w…
-
### Versions
```
Angular CLI: 6.0.0
Node: 8.9.1
OS: win32 x64
Angular: 6.0.0
... animations, cli, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
.…
-
`go_config_info` may be `None` before calling `get_mode`:
https://github.com/bazelbuild/rules_go/blob/6ed0b2f05933a920f4ed9408948123d0e3ad3e03/go/private/context.bzl#L351-L369
However, `get_mode` …