add newest zsh version from zsh tests#1071
Open
PDoakORNL wants to merge 10 commits into
Open
Conversation
tldahlgren
requested changes
Oct 16, 2025
tldahlgren
left a comment
Contributor
There was a problem hiding this comment.
Confirmed all of the version sha256s (since url_for_version is introduced).
Please move the method below the directives.
tldahlgren
previously approved these changes
Feb 11, 2026
tldahlgren
left a comment
Contributor
There was a problem hiding this comment.
(Re)Confirmed all of the version sha256s since url_for_version is introduced.
Contributor
|
Looks like there are several CI build failures related to |
becker33
requested changes
May 21, 2026
Co-authored-by: Greg Becker <becker33@llnl.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Zsh 5.9 has build issues with newer gcc's, newer distros and/or ncurses.
see issue #1024
This should supercede PR's #1025, #567
This PR adds version 5.9.0.2 a "test" version which fixes these issues for me.
Since the zsh release schedule seems quite conservative and many distros just apply a large number of patches, I don't really anticipate this becoming an official "release" in a timely manner. I have found no issues with zsh 5.9.0.2 on ubuntu or the SUSE derive cray os on Frontier.
Spack does provide git branch or commit based versions of some packages but here I think just providing the newest test tarball is sufficient.