-
Notifications
You must be signed in to change notification settings - Fork 433
Closed
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
This change is more involved than I thought at first, so I am creating a bug. We want to declare GA for the GCS+gRPC plugin. This is basically one new public function, but we also want to:
- The
storage_grpclibrary is part of__ga_libraries__ - The target names with CMake are
google-cloud-cpp::storage_grpcandgoogle-cloud-cpp::storage_grpc_mocks - The rule names with Bazel are
//:storage_grpcand//:storage_grpc_mocks. - The target names and rules names with the
experimental-prefix should be preserved for at least one release. - Manually setting
GOOGLE_CLOUD_CPP_ENABLE_CTYPE_CORD_WORKAROUNDis tedious, we should let CMake figure this out. - We need to make a number of small tweaks to the
ci/scripts and their support files. May be cleaner to make them as separate PRs.
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.