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

Backport 24.x fixes for absl dep update and setup.py #13534

Merged
merged 2 commits into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. Remove editions test proto from setup.py.

    This proto is only used in C++ tests, and doesn't need to be built in python.  Python doesn't support editions yet, so we should just remove it for now.  This also fixes some other issues with setup.py where tests fail.
    
    Closes protocolbuffers#13501
    
    PiperOrigin-RevId: 555681295
    mkruskal-google authored and zhangskz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2ea7c05 View commit details
    Browse the repository at this point in the history
  2. Update absl submodule and dep to latest 20230802.0 LTS (protocolbuffe…

    …rs#13515)
    
    * Update absl submodule and dep to latest 20230802.0 LTS
    
    * Fix absl submodule
    
    * Update submodule
    
    * Update absl submodule to correct commit
    zhangskz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    63cbb63 View commit details
    Browse the repository at this point in the history