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

Support fetching CMake dependencies via -Dprotobuf_FETCH_DEPENDENCIES=ON #18806

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Oct 11, 2024

Support fetching CMake dependencies via -Dprotobuf_FETCH_DEPENDENCIES=ON

This ports upb's WORKSPACE scraping logic to protobuf, and allows us to dynamically fetch our dependencies at the exact same pinned version as in Bazel via protobuf_FETCH_DEPENDENCIES=ON. This is mostly for development purposes, and is preferable to git submodules. In a later cl we will flip the default behavior to "package"

#test-continuous

@copybara-service copybara-service bot force-pushed the test_684970830 branch 13 times, most recently from 20aa235 to f13f7ae Compare October 15, 2024 22:22
@copybara-service copybara-service bot changed the title Port upb's WORKSPACE scraping logic to protobuf. Support fetching CMake dependencies via -Dprotobuf_FETCH_DEPENDENCIES=ON Oct 15, 2024
…S=ON`

This ports upb's WORKSPACE scraping logic to protobuf, and allows us to dynamically fetch our dependencies at the exact same pinned version as in Bazel via protobuf_FETCH_DEPENDENCIES=ON.  This is mostly for development purposes, and is preferable to git submodules.  In a later cl we will flip the default behavior to "package"

#test-continuous

PiperOrigin-RevId: 686265348
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.

1 participant