Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

fix: use remote lro Go gapic instead of local #3299

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

noahdietz
Copy link
Contributor

@noahdietz noahdietz commented Oct 15, 2020

Using the googleapis local LRO GAPIC target instead of the remote version in cloud.google.com/go is causing some Go linker issues. We've found that if we use the remote dep instead of the local target, the Go linker doesn't complain about it. I believe this is because the remote version depends on some of the remote dependencies (in go-genproto), rather than the local googleapis versions of them e.g. @go_googleapis//google/api:annotations_go_proto (remote) vs. //google/api:annotations_go_proto (local).

@noahdietz noahdietz requested a review from a team as a code owner October 15, 2020 23:16
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 15, 2020
@codecov
Copy link

codecov bot commented Oct 15, 2020

Codecov Report

Merging #3299 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3299   +/-   ##
=========================================
  Coverage     87.14%   87.14%           
  Complexity     6105     6105           
=========================================
  Files           495      495           
  Lines         24146    24146           
  Branches       2628     2628           
=========================================
  Hits          21041    21041           
  Misses         2242     2242           
  Partials        863      863           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 631b253...0e7e892. Read the comment docs.

Copy link
Contributor

@vam-google vam-google left a comment

Choose a reason for hiding this comment

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

LGTM

@noahdietz noahdietz merged commit 2fe44f7 into googleapis:master Oct 19, 2020
@noahdietz noahdietz deleted the buildgen-lro-go branch October 19, 2020 19:59
gcf-merge-on-green bot pushed a commit that referenced this pull request Oct 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants