Skip to content

Add support for Bazel Modules #240

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

bc-lee
Copy link
Contributor

@bc-lee bc-lee commented Apr 20, 2025

This PR adds a MODULE.bazel file at the root of the project, which is required for Bazel Modules.
It also updates BUILD.bazel for compatibility with the latest Bazel version (8.2.1 at the time of writing).
Additionally, existing GitHub Actions workflow is updated to test the Bazel build.

Fixes #239

bc-lee added 4 commits April 20, 2025 09:08
Introduce a MODULE.bazel file to enable native support for bzlmod.
Update BUILD.bazel to allow the tests to run on macOS as well.
Some test cases in Bazel are modified (still enabled in SPM and
CocoaPods) due to issues with objc_library and module imports.
@bc-lee
Copy link
Contributor Author

bc-lee commented Apr 20, 2025

Actually, the first two commits belong to #238, which is required to fix the failing tests.

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.

[Feature Request] Support for Bazel Modules
1 participant