Skip to content

Remove Linkage Monitor check #8977

@suztomo

Description

@suztomo

Let's remove Linkage Monitor check.

Screen Shot 2021-09-14 at 09 46 15

What language does this apply to?

It's CI for protobuf Java.

If it's a proto syntax change, is it for proto2 or proto3? -> N/A
If it's about generated code change, what programming language? -> N/A

Describe the problem you are trying to solve.

Linkage Monitor check (#6318) is no longer needed.

https://github.com/protocolbuffers/protobuf/blob/master/tests.sh#L248

Describe the solution you'd like

I will remove the linkage monitor setup from this repository.

https://github.com/protocolbuffers/protobuf/blob/master/tests.sh#L248

Describe alternatives you've considered

Additional context

I'll create a pull request.

Background

When we installed Linkage Monitor, we were choosing the protobuf-java version for the Libraries BOM independently from the Google Cloud client libraries. Now we choose the protobuf Java version that is used by the Google Cloud client libraries. When there's any linkage errors between them, it would manifest as compilation errors. Therefore, we no longer need to run Linkage Monitor for this repository.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions