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

ci: Patch MODULE.bazel in nanobind example #46

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Conversation

nicholasjng
Copy link
Owner

Done via a small Python script for portability. This ensures that we test the nanobind example build against the latest version in CI.

Done via a small Python script for portability. This ensures that we test
the nanobind example build against the latest version in CI.
This was wrong before, but now in Bazel 8 it's a hard error.

The problem was that the nanobind_example could not resolve `@platforms`
in the select() statement, since it is not a dependency of the example,
but needs to be resolved _within_ nanobind-bazel.
@nicholasjng nicholasjng merged commit b2df97e into master Dec 16, 2024
19 checks passed
@nicholasjng nicholasjng deleted the rework-python-ci branch December 16, 2024 20:03
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.

1 participant