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

Move construction of the METADATA file from wheelmaker to .bzl #844

Merged
merged 6 commits into from
Oct 5, 2022

Conversation

pstradomski
Copy link
Collaborator

Move construction of the METADATA (except appending description) file from wheelmaker to .bzl to avoid passing possibly unicode data on the commandline, which causes issues on windows an RBE due to UTF-16 vs UTF-8 confusion.

Also fix some wrong attribute descriptions.

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

Wheels built on windows or RBE have mangled unicode data

What is the new behavior?

Wheels built on windows or RBE are identical to those created on other unixes.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

…ion)

from wheelmaker to .bzl to avoid passing possibly unicode data on the commandline,
which causes issues on windows an RBE due to UTF-16 vs UTF-8 confusion.

Also fix some wrong attribute descriptions.
@pstradomski pstradomski marked this pull request as ready for review October 1, 2022 17:31
@pstradomski pstradomski self-assigned this Oct 1, 2022
@pstradomski pstradomski requested review from alexeagle and groodt and removed request for brandjon, lberki and thundergolfer October 1, 2022 17:31
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