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

go_register_toolchains: update sdk_kinds #3511

Merged
merged 2 commits into from
Apr 2, 2023

Conversation

sluongng
Copy link
Contributor

@sluongng sluongng commented Apr 1, 2023

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

After 89e3296, we have renamed
_go_download_sdk to go_download_sdk_rule so that we could re-use the
implementation inside the Bazel Module Extension setup.

Update go_register_toolchains to pick up this change.

Which issues(s) does this PR fix?

Fixes #3510

Other notes for review

After 89e3296, we have renamed
_go_download_sdk to go_download_sdk_rule so that we could re-use the
implementation inside the Bazel Module Extension setup.

Update go_register_toolchains to pick up this change.
@fmeum
Copy link
Collaborator

fmeum commented Apr 1, 2023

@sluongng I think that the other names changed as well, could you update them as well?

@fmeum fmeum merged commit d756ad9 into bazelbuild:master Apr 2, 2023
1 check passed
sluongng added a commit to buildbuddy-io/buildbuddy that referenced this pull request Apr 10, 2023
linzhp pushed a commit that referenced this pull request Apr 20, 2023
* go_register_toolchains: update sdk_kinds

After 89e3296, we have renamed
_go_download_sdk to go_download_sdk_rule so that we could re-use the
implementation inside the Bazel Module Extension setup.

Update go_register_toolchains to pick up this change.

* Update sdk.bzl
tingilee pushed a commit to tingilee/rules_go that referenced this pull request Jul 19, 2023
* go_register_toolchains: update sdk_kinds

After 89e3296, we have renamed
_go_download_sdk to go_download_sdk_rule so that we could re-use the
implementation inside the Bazel Module Extension setup.

Update go_register_toolchains to pick up this change.

* Update sdk.bzl
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.

SDK registration no longer detecting go_download_sdk
2 participants