From 797e0c4d21f6456b10b4f8a6d426bcec1a83b6fe Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Thu, 14 May 2026 11:28:32 -0400 Subject: [PATCH] chore: disable RAB for release --- google/cloud/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/BUILD.bazel b/google/cloud/BUILD.bazel index 708169ddda3d5..8594daa1fce32 100644 --- a/google/cloud/BUILD.bazel +++ b/google/cloud/BUILD.bazel @@ -238,7 +238,7 @@ cc_library( srcs = google_cloud_cpp_rest_internal_srcs, hdrs = google_cloud_cpp_rest_internal_hdrs, # TODO(#16079): Remove macro definition when GA. - cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"], + # cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"], linkopts = select({ "@platforms//os:windows": [ "-DEFAULTLIB:bcrypt.lib", @@ -276,7 +276,7 @@ cc_library( name = test.replace("/", "_").replace(".cc", ""), srcs = [test], # TODO(#16079): Remove macro definition when GA. - cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"], + # cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"], deps = [ ":google_cloud_cpp_rest_internal", "//google/cloud/testing_util:google_cloud_cpp_testing_private",