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

chore: parse tags in utf8 explicitly in python #13163

Merged
merged 1 commit into from
Jul 26, 2023
Merged

chore: parse tags in utf8 explicitly in python #13163

merged 1 commit into from
Jul 26, 2023

Commits on Jul 25, 2023

  1. chore: parse tags in utf8 explicitly in python

    When we parse tags, we didn't explicitly set a codec for parsing the
    bytes. This is fine in most cases because the locale is set for utf-8,
    but in the docker container that builds buildroot the locale is C and
    that means ascii and that means that any tags that have utf-8 characters
    cause builds to fail.
    sfoster1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c3ee603 View commit details
    Browse the repository at this point in the history