👹 mommy tests zsh in more distros~ #145
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
script
command has been removed from standard installations as of fedora 42. separately installingutil-linux-script
resolved this issue~vmactions
actions have been replaced bycross-platform-actions
because these are significantly faster. this also has the side effect of now having to manually describe the latest os versions for these platforms in the actions. the change tocross-platform-actions
also required adding a fewsudo
s here and there, and addingenv
in front of commands that had environment variables set~touch ~/.zshrc
to prevent an interactive prompt from appearing, and (2) creating a unified wrapper around thescript
command that works for all targeted operating systems. unfortunately, those two fixes weren't enough, so i gave up...