-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Macos stable release not found #2176
Comments
Can you include the full 404 error message? |
Here it is:
|
I think it should be there in the releases page right? I don't think I can see it here ? |
Weird, looks like there are a number of builds labelled nightly there, but they should be release builds |
dc728b3 introduced some non-determinism by mutating the global TARGETS list. The result is, depending on iteration order, the generated jobs may inherit the env from earlier jobs. Notably, if the tag job inherit the schedule reason from a continuous job, they'll upload assets with an incorrect filename. This commit restores the determinism by forcing each iteration of the generation loop to make a deep copy of the statically defined information in TARGETS. While we're at it, ensure that the list of env vars is sorted to avoid non-determinism there as well. refs: #2176
I renamed the assets with the wrong names and updated the script that generated the workflows to (hopefully!) resolve this for the next tag. |
Works perfectly now! Thanks a lot for the quick fix! 🚀 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
What Operating System(s) are you seeing this problem on?
macOS
WezTerm version
20220624-141144-bd1b7c5d
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, this issue is on the latest stable version.
Describe the bug
The mac installed seems to be unreleased and the
brew install --cask wez/wezterm/wezterm
fails with a 404 error.To Reproduce
Try running
brew install --cask wez/wezterm/wezterm
Configuration
no config
Expected Behavior
wezterm is successfully installed.
Logs
No response
Anything else?
Thanks a lot for making this, this is my absolute favourite terminal! ❤️
The text was updated successfully, but these errors were encountered: