-
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3542#018c8f87-ac28-432a-80ce-2b59d1b21d01
Platform : MAC
Logs:
```
ERROR: /Users/buildkite/builds/bk-imacpro-19/bazel-org-re…
-
I'm a little familar with gyp as a C++ build system from past work with nodejs/v8 C++ extensions. However it looks like this has been [retired and replaced with GN as of 2016](https://en.wikipedia.or…
-
I am new to bazel and am unabe to get it to build.
I added package(default_visibility = ["//visibility:public"]) to the bottom of the build file in the lab folder
I have tried building with the …
-
/Users/aaa/bbb/IntegrationTests/DevelopmentPods/FFmpeg/BUILD.bazel:36:16: in apple_framework_packaging rule //IntegrationTests/DevelopmentPods/FFmpeg:FFmpeg_ios:
Traceback (most recent call last):…
-
Bazel become becoming more populate, can team help to add support setup for Bazel build?
-
edit: See below comments where I dug in a bit deeper and found a potentially broader issue.
Hi! I love this project and have been using it successfully for many years.
Recently I upgrade protobu…
-
Currently, we have https://github.com/bazelbuild/bazel-skylib/blob/fa66e6b15b06070c0c6467983b4892bc33dc9145/rules/private/copy_common.bzl#L18-L45 which disable remote cache, remote execution, and cach…
-
Bazel release candidates and releases are accompanied by PGP signatures:
$ wget -q 'https://releases.bazel.build/0.20.0/rc1/bazel-0.20.0rc1-darwin-x86_64'
$ wget -q 'https://releases.bazel…
-
### Description of the bug:
```
$ echo "common:abc --config=xyz" >> .bazelrc
$ echo "build:xyz --define=a=1" >> .bazelrc
$ bazel query --config=abc
ERROR: Config value 'xyz' is not defined in an…
-
https://docs.bazel.build/versions/3.1.0/skylark/lib/testing.html
It's unclear how to use it.
This page needs a link to full example and some explanations.