Skip to content

Do not use weak import#6558

Merged
crosbymichael merged 1 commit intocontainerd:mainfrom
kzys:no-weak-import
Mar 1, 2022
Merged

Do not use weak import#6558
crosbymichael merged 1 commit intocontainerd:mainfrom
kzys:no-weak-import

Conversation

@kzys
Copy link
Copy Markdown
Member

@kzys kzys commented Feb 16, 2022

According to protocolbuffers/protobuf#9184

Weak fields are an old and deprecated internal-only feature that we never
open sourced.

This blocks us to upgrade protoc.

Fixes #6232.

Signed-off-by: Kazuyoshi Kato [email protected]

@k8s-ci-robot
Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Feb 16, 2022

Build succeeded.

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Feb 16, 2022

Build succeeded.

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Feb 16, 2022

Build succeeded.

@kzys kzys marked this pull request as ready for review February 16, 2022 21:30
Copy link
Copy Markdown
Contributor

@jterry75 jterry75 left a comment

Choose a reason for hiding this comment

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

LGTM

According to protocolbuffers/protobuf#9184

> Weak fields are an old and deprecated internal-only feature that we never
> open sourced.

This blocks us to upgrade protoc.

Fixes containerd#6232.

Signed-off-by: Kazuyoshi Kato <[email protected]>
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Feb 21, 2022

Build succeeded.

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

@crosbymichael crosbymichael merged commit 82bce32 into containerd:main Mar 1, 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.

Protoc failing due to weak imports used in the containers.proto

6 participants