-
In https://github.com/aspect-build/rules_aws one of our first tasks was to provide a hermetic `bazel run @aws` command so that we don't depend on what's on the users computer. Have you considered doin…
-
### What happened?
When calling the same `py_binary` target in parallel, the bash wrapper is racy when setting up the virtual environment. For example, we want to run a `py_binary` target in parallel…
-
### Issue Type
Bug
### Source
binary
### Secretflow Version
secretflow1.90.b
### OS Platform and Distribution
centos 7
### Python version
3.10.13
### Bazel version
_No response_
### GCC/C…
-
Current it is not possible to change the cmake versions with bzlmod.
We were able to change the cmake version by patching MODULE.bazel and using archive_override
## Patch
```java
diff --git a/…
-
Hi,
I cloned and built the repo but I keep getting issues;
```
➜ livegrep git:(main) bazel build //...
Starting local Bazel server and connecting to it...
DEBUG: Rule 'com_grail_bazel_comp…
-
```
$ bazel build -c opt @aos//aos:init_rs …
-
I am currently trying to compile Copybara using the workspace additions recommended in the `README.md` with the following command:
`bazel build @com_github_google_copybara//java/com/google/copybara…
-
### Description of the bug:
Due to limitations with `config_setting` rules used in `target_compatible_with` (also see https://github.com/bazelbuild/bazel/issues/12614), I use a lot of `select`-based…
-
### Description of the bug:
With Bazel 7.2.1 if you have the following flags enabled
```
--experimental_execution_log_compact_file=compact_exec.log
--remote_download_outputs=toplevel
```
The …
-
We've seen a lot of reported issues that, one way or another, reflect a lack of flexibility in the way we apply spawn strategies.
We believe it's time to rethink how spawn strategies are implemente…