Skip to content

Conversation

armandomontanez
Copy link
Contributor

Adds a pre-release of the pico-sdk that includes fixes for toolchain builtin collisions.

@bazel-io
Copy link
Member

Hello @kilograham, @tpudlik, modules you maintain (pico-sdk) have been updated in this PR.
Please review the changes. You can view a diff against the previous version in the "Generate module diff" check.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a pre-release version 2.2.1-develop.bcr.20250915-8fcd44a1 of the pico-sdk module. The changes are well-structured and largely adhere to the Bazel Central Registry guidelines. I have one suggestion regarding the project's MODULE.bazel file to ensure full compliance with the repository's style guide.

Comment on lines +1 to +4
module(
name = "pico-sdk",
version = "2.2.1-develop.bcr.20250915-8fcd44a1",
)
Copy link
Contributor

Choose a reason for hiding this comment

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

high

According to the BCR style guide, it is strongly suggested to specify bazel_compatibility when using overlays.1 This module utilizes overlays through the build_file attribute in several repository rules.

Suggested change
module(
name = "pico-sdk",
version = "2.2.1-develop.bcr.20250915-8fcd44a1",
)
module(
name = "pico-sdk",
version = "2.2.1-develop.bcr.20250915-8fcd44a1",
bazel_compatibility = [">=7.2.1"],
)

Style Guide References

Footnotes

  1. If using overlays, it's strongly suggested to include bazel_compatibility >= 7.2.1.

bazel-io
bazel-io previously approved these changes Oct 13, 2025
Copy link
Member

@bazel-io bazel-io left a comment

Choose a reason for hiding this comment

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

All modules in this PR have been approved by their maintainers. This PR will be merged if all presubmit checks pass.

@bazel-io bazel-io dismissed their stale review October 13, 2025 17:50

Require module maintainers' approval for newly pushed changes.

bazel-io
bazel-io previously approved these changes Oct 13, 2025
Copy link
Member

@bazel-io bazel-io left a comment

Choose a reason for hiding this comment

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

All modules in this PR have been approved by their maintainers. This PR will be merged if all presubmit checks pass.

@armandomontanez
Copy link
Contributor Author

Fix for presubmits in #6199

@bazel-io bazel-io dismissed their stale review October 15, 2025 21:46

Require module maintainers' approval for newly pushed changes.

@bazel-io
Copy link
Member

Hello @davexroth, @kilograham, @tpudlik, modules you maintain (pico-sdk) have been updated in this PR.
Please review the changes. You can view a diff against the previous version in the "Generate module diff" check.

bazel-io
bazel-io previously approved these changes Oct 15, 2025
Copy link
Member

@bazel-io bazel-io left a comment

Choose a reason for hiding this comment

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

All modules in this PR have been approved by their maintainers. This PR will be merged if all presubmit checks pass.

@bazel-io bazel-io dismissed their stale review October 16, 2025 16:35

Require module maintainers' approval for newly pushed changes.

Copy link
Member

@bazel-io bazel-io left a comment

Choose a reason for hiding this comment

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

All modules in this PR have been approved by their maintainers. This PR will be merged if all presubmit checks pass.

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