-
### Description of the feature request:
The `bazel mod tidy` tool is very useful for keeping `MODULE.bazel` up to date, but it does require developers to be disciplined enough to remember to run …
-
### Description of the bug:
We're running into issues where our self hosted github runners that run Bazel are running into very odd issues of some form of :
```
FATAL: corrupt installation: file…
-
### Description of the bug:
Testing Bazel 8.0.0rc2 I got such an error:
```
$ bazel build //...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 94b17434-9dc8-4f06-8…
-
# 🐞 bug report
### Affected Rule
The issue is caused by the rule: `compile_pip_requirements`
### Is this a regression?
I did not try earlier versions.
### Description
`bazel run //:…
-
### 🐛 Describe the bug
See this [log](https://github.com/pytorch/pytorch/actions/runs/11334452938/job/31520699526) for example:
```
2024-10-14T20:31:02.4058502Z /var/lib/jenkins/.cache/bazel/…
-
**Have you checked the FAQ? https://github.com/google/deepvariant/blob/r1.6.1/docs/FAQ.md**:
Yes
**Describe the issue:**
(A clear and concise description of what the issue is.)
`run_deepvariant` is e…
-
```
bazel run //third_party/rust:update-repos
INFO: Invocation ID: 515c31d7-a136-47ee-9680-d0dd6f8f2018
ERROR: no such package '@@cargo_bazel_bootstrap//': The repository '@@cargo_bazel_bootstrap' …
-
**Describe the bug**
When running `bazel run @bullseye://.lock` without an existing `bullseye.lock.json` file present, the command fails with the error:
```
Error in read: java.io.FileNotFoundExc…
-
### Description of the bug:
```py
# A simple genrule that generates a file using echo
genrule(
name = "generate_hello_file",
srcs = [],
outs = ["hello.txt"],
cmd = "echo 'He…
-
I am new to use Bazel universe,
After cloning the repo, I tried to run: **bazel build ...:all**
But I got the following error:
ERROR: Skipping '...:all': error loading package under directory…
ghost updated
1 month ago