-
Hello! I was trying to run the demo from AutoML-Zero on my M1 MacBook, and this is the error I get. I changed the bazel version to the most up-to-date 6.3.1 since the version in the repo has no arm bu…
iyzg updated
10 months ago
-
### What happened?
There are various issues when running the example repo on Windows. It would be nice to fix these and give a better starting experience.
### Various linters/formatters don't wo…
-
**Is your feature request related to a problem? Please describe.**
The traditional way of building container images is by using the docker build daemon. This way of building images causes all layers …
-
### What version of gRPC and what language are you using?
gRPC 1.24.0
### What operating system (Linux, Windows,...) and version?
Debian Linux 10
### What runtime / compiler are you using (e.g…
-
"Build and test software of any size, quickly and reliably": https://www.bazel.build/
build instructions: https://docs.bazel.build/versions/3.5.0/install-compile-source.html#bootstrap-bazel
I've…
-
I'm using python 3.10.14, build
```bash
./configure --with-pydebug
```
and running following python code (casadi.__version__ 3.6.7)
```
from casadi import SX
SX.sym("x")
```
python repo…
-
```
root@docker-desktop:/home/github/edge-brain# bazel build //examples/hello_opencv:hello-open
cv --experimental_repo_remote_exec
DEBUG: Rule 'rules_foreign_cc' indicated that a canonical reproduc…
-
### What version of rules_go are you using?
0.50.1
### What version of gazelle are you using?
0.39.0
### What version of Bazel are you using?
7.3.2
### Does this issue reproduce …
fishy updated
1 month ago
-
_waves hands_ Most things work, but langtools was [removed](https://sourcegraph.com/github.com/bazelbuild/bazel/-/commit/42e555ef203f2c17a471caf5f07df8912e05de15?visible=6):
```
INFO: Build option…
-
### Describe the bug
I am working on bazel build rules for some aws sdk libraries; bazel is more strict about includes than cmake.
These files are missing includes, which causes errors.
* aws-cpp…