Skip to content

Conversation

@bcmyers
Copy link
Contributor

@bcmyers bcmyers commented Dec 31, 2024

Reorganize file layout.

@bcmyers bcmyers mentioned this pull request Dec 31, 2024
@bcmyers bcmyers marked this pull request as ready for review December 31, 2024 01:30
This was referenced Dec 31, 2024
Copy link
Contributor Author

bcmyers commented Dec 31, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Contributor

@joneshf-dd joneshf-dd left a comment

Choose a reason for hiding this comment

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

Looks good for Language Tools!

One potential ❓. But don't block if it's not relevant.


pkg_go_binary_multiple_platforms(
name = "ocitool",
go_binary = ["//go/cmd/ocitool:go_default_library"],
Copy link
Contributor

Choose a reason for hiding this comment

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

❓ question: Is this supposed to be a label? If so, here's a quick suggestion to fix it:

Suggested change
go_binary = ["//go/cmd/ocitool:go_default_library"],
go_binary = "//go/cmd/ocitool:go_default_library",

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, maybe we either slap a build_test on this, or do bazel build //... in the ci job to catch this sort of stuff?

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.

3 participants