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

Upgrade protobuf to 3.13.0, part 2/3 #12108

Closed
wants to merge 2 commits into from

Conversation

Yannic
Copy link
Contributor

@Yannic Yannic commented Sep 16, 2020

This change does the actual upgrade of Protobuf. I'll send
a follow-up to remove the now-unused patch-file for 3.11.3
when this has landed (and there is no risk of a rollback).

Working towards making Bazel compatible with #11694

This change does the actual upgrade of Protobuf. I'll send
a follow-up to remove the now-unused path-file for `3.11.3`
when this has landed (and there is no risk of a rollback).

Working towards making Bazel compatible with bazelbuild#11694
@Yannic
Copy link
Contributor Author

Yannic commented Sep 16, 2020

No idea why Buildkite is broken... @philwo Have there been recent changes to CI that could cause this?

/cc @meisterT

@meisterT
Copy link
Member

Sorry, I have no clue why this is not working. I assume you rebased this on top of head? cc @meteorcloudy

@meteorcloudy
Copy link
Member

I took a look but couldn't find suspicious change to the CI.
/cc @fweikert Do you have any idea?

@meisterT
Copy link
Member

@philwo fixed CI, so it runs now

@fweikert
Copy link
Member

fweikert commented Sep 16, 2020

@philwo deployed new CI workers with a non-broken version of the Buildkite agent. I retried the build and expect it to succeed: https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/6945

@com_google_protobuf//:protobuf_java no longer contains the java-lite
classes to avoid having Protobuf classes in the classpath more than once
(which could happen before if a program depends on :protobuf_java and
:protobuf_javalite).
@Yannic
Copy link
Contributor Author

Yannic commented Sep 17, 2020

CI passes now, so this is ready for review.

@meteorcloudy
Copy link
Member

LGTM, I'll import this

@bazel-io bazel-io closed this in c656e65 Sep 17, 2020
coeuvre pushed a commit to coeuvre/bazel that referenced this pull request Oct 22, 2020
This change does the actual upgrade of Protobuf. I'll send
a follow-up to remove the now-unused patch-file for `3.11.3`
when this has landed (and there is no risk of a rollback).

Working towards making Bazel compatible with bazelbuild#11694

Closes bazelbuild#12108.

PiperOrigin-RevId: 332196682
coeuvre pushed a commit to coeuvre/bazel that referenced this pull request Oct 22, 2020
This change does the actual upgrade of Protobuf. I'll send
a follow-up to remove the now-unused patch-file for `3.11.3`
when this has landed (and there is no risk of a rollback).

Working towards making Bazel compatible with bazelbuild#11694

Closes bazelbuild#12108.

PiperOrigin-RevId: 332196682
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants