-
Notifications
You must be signed in to change notification settings - Fork 4
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
albs-sign-node: install glibc-langpack-en #57
Conversation
@javihernandez Commit Message Check is not checking the latest commit, any ideas? I force-pushed 0ec8965 and it is the latest commit. |
There's a TAB between |
No no, I didn't mean that. |
What I tried to fix in the pull request is to ensure
The easiest code to reproduce kind of error reported in the original issue AlmaLinux/build-system#196 is just a 2-line python code. #!/usr/bin/python
import locale
locale.setlocale(locale.LC_ALL, "en_US.UTF-8") glibc-langpack-en is not installed
glibc-langpack-en is installed
Success without error. |
Code Coverage Summary
View full reports on the Job Summary page. |
Resolves: AlmaLinux/build-system#196