-
Notifications
You must be signed in to change notification settings - Fork 314
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
Update protobuf to 3.6.1.2 #147
Conversation
And use one single protobuf external repo
FYI @jin |
@brettchabot not sure why import/copybara is failing, are there any logs for that? |
It looks like copybara isn't configured to export (and import?) changes made to the tools/ directory. I made an internal CL with the same change to test this out, and the tools/ directory changes were not exported out. #148 |
… Bazel breaking changes. Bazel HEAD removed the --incompatible_package_name_is_a_function flag, causing upstream protobuf older than 3.6.1 to completely fail to build. This CL updates @android_test_support's protobuf version to 3.6.1.2, which builds with Bazel HEAD. See android/testing-samples#226 Also see #147 PiperOrigin-RevId: 224340571
… Bazel breaking changes. Bazel HEAD removed the --incompatible_package_name_is_a_function flag, causing upstream protobuf older than 3.6.1 to completely fail to build. This CL updates @android_test_support's protobuf version to 3.6.1.2, which builds with Bazel HEAD. See android/testing-samples#226 Also see #147 PiperOrigin-RevId: 224340571
… Bazel breaking changes. Bazel HEAD removed the --incompatible_package_name_is_a_function flag, causing upstream protobuf older than 3.6.1 to completely fail to build. This CL updates @android_test_support's protobuf version to 3.6.1.2, which builds with Bazel HEAD. See android/testing-samples#226 Also see #147 PiperOrigin-RevId: 224356109
I had to split this PR up internally, because it touches two packages that each have their own copybara export process. The changes are now in master; thanks @meteorcloudy for looking into this!! |
… Bazel breaking changes. Bazel HEAD removed the --incompatible_package_name_is_a_function flag, causing upstream protobuf older than 3.6.1 to completely fail to build. This CL updates @android_test_support's protobuf version to 3.6.1.2, which builds with Bazel HEAD. See android/testing-samples#226 Also see android/android-test#147 PiperOrigin-RevId: 224356109
Use one single protobuf external repo.