Skip to content

Fix path for rules_pkg providers.bzl load #230

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

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

dibenede
Copy link
Contributor

We use PackageVariablesInfo from rules_pkg for versioning. The previous change bumped the version of our rules_pkg dependency and it looks like that moved the declaring providers.bzl file change to a pkg/ subdir.

This broke our Windows builds/release automation since they use //:dist_zip. We did not catch this during PR testing because we just do npm test.

We use PackageVariablesInfo from rules_pkg for versioning. The
previous change bumped the version of our rules_pkg dependency and it
looks like that moved the declaring providers.bzl file change to a
`pkg/` subdir.

This broke our Windows builds/release automation since they use
//:dist_zip. We did not catch this during PR testing because we just
do `npm test`.
@dibenede dibenede requested a review from lukesandberg March 17, 2025 20:12
@dibenede dibenede merged commit 0768cc9 into protocolbuffers:main Mar 19, 2025
4 checks passed
@dibenede dibenede deleted the fix-path branch March 19, 2025 03:23
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.

2 participants