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

Only forward Python providers by default if available without load #148

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

fmeum
Copy link
Owner

@fmeum fmeum commented Jan 7, 2025

As of Bazel 8, Python providers may no longer be automatically injected as globals, which can result in failures in rule_defaults.bzl. Users need to load and supply these providers via extra_providers.

Fixes #146

As of Bazel 8, Python providers may no longer be automatically injected as globals, which can result in failures in `rule_defaults.bzl`. Users need to load and supply these providers via `extra_providers`.
@fmeum fmeum merged commit 1357a4f into main Jan 8, 2025
14 checks passed
@fmeum fmeum deleted the extract-py branch January 8, 2025 15:52
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.

with_cfg breaks with rules_python
1 participant