Skip to content

Commit

Permalink
fix: re-enable google/cloud/storagetransfer on macOS
Browse files Browse the repository at this point in the history
Reverse googleapis#8789 now that googleapis#9361 has imported a new protobuf release
that avoids the macOS UID_MAX/GID_MAX issue.

Closes googleapis#8785.
  • Loading branch information
devbww committed Jun 28, 2022
1 parent 91aae8c commit 88f81fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions google/cloud/storagetransfer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ cc_library(
include = [HEADER_GLOB],
exclude = [MOCK_HEADER_GLOB],
),
# TODO(#8785): Enable on macOS.
target_compatible_with = select({
"@platforms//os:macos": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
visibility = ["//:__pkg__"],
deps = [
"//:common",
Expand Down
10 changes: 0 additions & 10 deletions google/cloud/storagetransfer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@
# limitations under the License.
# ~~~

# TODO(#8785): Enable on macOS.
if (APPLE)
message(
WARNING
"Cannot build google/cloud/storagetransfer on Apple platforms."
" More details at https://github.com/googleapis/google-cloud-cpp/issues/8785 ."
)
return()
endif ()

include(GoogleapisConfig)
set(DOXYGEN_PROJECT_NAME "Storage Transfer API C++ Client")
set(DOXYGEN_PROJECT_BRIEF "A C++ Client Library for the Storage Transfer API")
Expand Down

0 comments on commit 88f81fa

Please sign in to comment.