-
I am currently unable to run
`bazel build //magenta/tools/pip:build_pip_package`
I am receiving the error
```
ERROR: /magenta/WORKSPACE:1:1: name 'new_http_archive' is not defined
ERROR: Err…
-
Currently we have a build triggered here https://powerci.osuosl.org/job/build-envoy-static-master/
it always fails with:
```console
Extracting Bazel installation...
Starting local Bazel server…
phlax updated
3 weeks ago
-
### What happened + What you expected to happen
When compiling with a non-root user (such as admin) under linux. It will report an error.
```
bazel build //:cp_redis
```
![image](https://us…
-
### Description of the problem / feature request:
It is possible to have a `testonly = False` target depend on a `testonly = True` `_deploy.jar` implicit target generated by `java_binary()`
…
-
### Discussed in https://github.com/renovatebot/renovate/discussions/25532
Originally posted by **cgrindel** November 1, 2023
### Tell us more.
### Requirements
- Read the `.bazelversio…
-
Hi,
I have a fork that enables the user to specify a custom bazel binary name. This is useful for us since we use a wrapper around the bazel executable. Would it be of interest to make a pull reque…
-
### Page link:
_No response_
### Problem description (include actual vs expected text, if applicable):
Can Bazel build MFC C++ projects. If so is there any documentation on how to build MFC proje…
-
### Motivation
Several old Starlark APIs related to labels had confusing names and/or behavior. This change deprecates those old APIs in favor of new ones with clearer names and intent.
### Descript…
-
### Description of the bug:
If the file given in the `--target_pattern_file` option contains an empty comment line, the command `bazel build` crashes with this exception below:
``` text
$ hexdum…
ghost updated
1 month ago
-
It's currently not possible to run a `*_test` rule on a remote Windows executor when Bazel is running on a Linux host.
- Every test rule has a dependency on [`@bazel_tools//tools/test:test_wrapper`…