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

Migrate to the modern linker input API. #2683

Merged
merged 3 commits into from
Oct 23, 2020

Conversation

benjaminp
Copy link
Contributor

@benjaminp benjaminp commented Oct 22, 2020

What type of PR is this?

Other

What does this PR do? Why is it needed?

Migrates cgo code away from deprecated Bazel cc Starlark apis.

Which issues(s) does this PR fix?

Fixes #

Other notes for review

See bazelbuild/bazel#10860.

@benjaminp benjaminp requested a review from jayconrod as a code owner October 22, 2020 16:29
@google-cla google-cla bot added the cla: yes label Oct 22, 2020
@benjaminp
Copy link
Contributor Author

I would also need to change the minimum Bazel version to 3.0.0.

Copy link
Contributor

@jayconrod jayconrod left a comment

Choose a reason for hiding this comment

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

Change looks good. CI is down right now (bazelbuild/continuous-integration#1055), so I'll check back on this later.

go/private/common.bzl Show resolved Hide resolved
@jayconrod jayconrod merged commit 3f47128 into bazel-contrib:master Oct 23, 2020
@benjaminp benjaminp deleted the modern-linking branch October 24, 2020 00:10
jayconrod pushed a commit that referenced this pull request Feb 5, 2021
Now testing with Bazel 3.7.2, the maximum supported version.
Compatibility with Bazel 4.0.0 was fixed in #2683, but that broke
compatibility with 2.x.y, so it can't be backported to this branch.

Fixes #2809
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.

2 participants