Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: re-enable google/cloud/storagetransfer on macOS #9102

Closed
wants to merge 1 commit into from

Conversation

devbww
Copy link
Contributor

@devbww devbww commented May 29, 2022

Reverse #8789 now that #9092 has imported a new protobuf release
that avoids the macOS UID_MAX issue.

Closes #8785.


This change is Reviewable

Reverse googleapis#8789 now that googleapis#9092 has imported a new protobuf release
that avoids the macOS `UID_MAX` issue.

Closes googleapis#8785.
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 5de5f88ade77362dfd3e196011024018f1fe07c2

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented May 29, 2022

Codecov Report

Merging #9102 (5de5f88) into main (862ff38) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #9102   +/-   ##
=======================================
  Coverage   94.39%   94.39%           
=======================================
  Files        1430     1430           
  Lines      127761   127761           
=======================================
+ Hits       120594   120599    +5     
+ Misses       7167     7162    -5     
Impacted Files Coverage Δ
...cloud/pubsub/internal/subscription_session_test.cc 98.00% <0.00%> (ø)
...e/cloud/pubsublite/internal/alarm_registry_impl.cc 100.00% <0.00%> (+2.94%) ⬆️
google/cloud/bigtable/internal/common_client.h 98.55% <0.00%> (+5.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 862ff38...5de5f88. Read the comment docs.

Copy link
Contributor Author

@devbww devbww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ergh!

bazel-out/darwin-fastbuild/bin/external/com_google_googleapis/google/storagetransfer/v1/transfer_types.pb.h:3520:24: error: expected member name or ';' after declaration specifiers
  static constexpr GID GID_MAX =
  ~~~~~~~~~~~~~~~~~~~~ ^
/Applications/Xcode_12.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/sys/syslimits.h:78:28: note: expanded from macro 'GID_MAX'
#define GID_MAX            2147483647U  /* max value for a gid_t (2^31-2) */
                           ^

@devbww devbww closed this May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable google/cloud/storagetransfer on macOS
2 participants