Skip to content

Commit 75ce2e8

Browse files
authored
chore: disable RAB for release (googleapis#16096)
1 parent cc2ed18 commit 75ce2e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ cc_library(
238238
srcs = google_cloud_cpp_rest_internal_srcs,
239239
hdrs = google_cloud_cpp_rest_internal_hdrs,
240240
# TODO(#16079): Remove macro definition when GA.
241-
cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"],
241+
# cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"],
242242
linkopts = select({
243243
"@platforms//os:windows": [
244244
"-DEFAULTLIB:bcrypt.lib",
@@ -276,7 +276,7 @@ cc_library(
276276
name = test.replace("/", "_").replace(".cc", ""),
277277
srcs = [test],
278278
# TODO(#16079): Remove macro definition when GA.
279-
cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"],
279+
# cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"],
280280
deps = [
281281
":google_cloud_cpp_rest_internal",
282282
"//google/cloud/testing_util:google_cloud_cpp_testing_private",

0 commit comments

Comments
 (0)