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

Use a docker container for generating keysyms #26

Merged
merged 4 commits into from
Oct 25, 2023
Merged

Conversation

notgull
Copy link
Member

@notgull notgull commented Oct 22, 2023

Previously, keysyms were just generated on the host operating system. This means that the keysyms that are generated varies from system to system, which is just bad form. This commit makes it so the keysyms are generated inside of a Docker container, which should make the process much more reproducible.

@notgull notgull requested a review from i509VCB October 22, 2023 20:13
@pentamassiv pentamassiv mentioned this pull request Oct 22, 2023
Copy link
Contributor

@pentamassiv pentamassiv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and I can confirm that it worked as expected. I used it to regenerate the keysyms in my other PR

@i509VCB
Copy link

i509VCB commented Oct 23, 2023

I'm not opposed to the idea.

Is slim-bookworm going to be getting constant xkb updates or is this something we may need to change constantly to ensure up to date headers are gotten? Also I think bookworm has a shelf life, so once in a while we would need to update it?

Justfile Outdated Show resolved Hide resolved
Previously, keysyms were just generated on the host operating system.
This means that the keysyms that are generated varies from system to
system, which is just bad form. This commit makes it so the keysyms are
generated inside of a Docker container, which should make the process
much more reproducible.

Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
@notgull notgull merged commit e94ff66 into master Oct 25, 2023
5 checks passed
@notgull notgull deleted the notgull/gen-keysyms branch October 25, 2023 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants