We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71f30f commit 35a7ae9Copy full SHA for 35a7ae9
ci/cloudbuild/builds/quickstart-cmake.sh
@@ -49,6 +49,8 @@ readonly SED_ARGS=(
49
-e '/^rpc$/d'
50
# TODO:(#14896) Skip gkeconnect as it transitions from grpc to REST transport.
51
-e '/^gkeconnect/d'
52
+ # TODO:(#15015) Remove the next line when resourcesettings is removed from vcpkg
53
+ -e '/^resourcesettings/d'
54
)
55
mapfile -t features < <(
56
env -C "${vcpkg_dir}" ./vcpkg search google-cloud-cpp |
0 commit comments