Greg Miller
Greg Miller
https://github.com/googleapis/google-cloud-cpp/pull/8116 adds the `google/cloud/channel` library. However, that build breaks on macos due to: ``` bazel-out/darwin-fastbuild/bin/external/com_google_googleapis/google/cloud/channel/v1/common.pb.h:545:33: error: expected member name or ';' after declaration specifiers static constexpr CustomerType DOMAIN = ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
We're using Abseil with our https://github.com/googleapis/google-cloud-cpp project. In order to support our CMake build, we compile and install Abseil in our docker images, so that our CMake builds can simply...
**Describe the bug** A CMake build of Abseil on my Mac mini M1 fails ``` $ cmake -S . -B cmake-out $ cmake --build cmake-out -- VERBOSE=1 ... [ 0%]...
... or 'main' or something else. FWIW, we're changing the `master` to `default` for the google-cloud-cpp repo https://github.com/googleapis/google-cloud-cpp/issues/4393
In https://github.com/googleapis/google-cloud-cpp/issues/3532 we're adding user-facing bazel build targets to the top-level https://github.com/googleapis/google-cloud-cpp/blob/master/BUILD file. In order to encourage/require users to only use the build targets in this top-level file we should...
Related to: https://github.com/googleapis/google-cloud-cpp/issues/5976 On or after 2022-11-01, we should remove the backward compatibility inline namespace names of `v1` and `gcpcxxV1`, which are defined in https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/version.h.
ccache has a `--show-stats` flag that's useful to see the value its providing. https://ccache.dev/manual/4.2.html Typical usage is like: ```shell ccache --zero-stats ... do the build using ccache ccache --show-stats ```...
The behavior of `cargo build` with regard to the `--features` flag is: >-F features, --features features > Space or comma separated list of features to activate. Features of workspace >...
### Description of the problem / feature request: `bazel fetch ...` does not fetch all the deps needed to build `...` with `--nofetch`. In order for `bazel build --nofetch ...`...
Log: https://pantheon.corp.google.com/cloud-build/builds;region=global/a7edfd7e-c43e-43c2-a3d6-3ddba4565084;step=0?project=cloud-cpp-testing-resources ``` Digest: sha256:a12a027e1d0afbeb6cc31bb07e89d94dc47fa768265416350d442d878bdb6064 Status: Downloaded newer image for gcr.io/kaniko-project/executor:edge gcr.io/kaniko-project/executor:edge INFO[0000] Resolved base name centos:7 to devtools INFO[0000] Using dockerignore file: /workspace/ci/.dockerignore INFO[0000] Retrieving image manifest centos:7 INFO[0000]...