-
Notifications
You must be signed in to change notification settings - Fork 135
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
0.74.0 merge #1331
Merged
0.74.0 merge #1331
Conversation
This file contains 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
this helps score upload a lot
themeConfig options still save immediately because they are needed
we tried but did not succeed
gets a flat list of all children recursively
to force snap colors ... its kind of scuffed but its just a funny little feature for people curious
returns copy of table with a function applied to it
this also has some change for tag sorting and adds LastVersionUpdated Message broadcast
i dunno man who even cares
Prior to this change, the GHA runs would fail with errors like the following: > CPack: Create package > CPack Error: Error executing: /usr/bin/hdiutil create -ov -srcfolder "/Users/runner/work/etterna/etterna/main/build/_CPack_Packages/Darwin/DragNDrop/Etterna-0.74.0-Darwin/ALL_IN_ONE" -volname "Etterna" -fs "HFS+" -format UDZO "/Users/runner/work/etterna/etterna/main/build/_CPack_Packages/Darwin/DragNDrop/temp.dmg" > CPack Error: Error generating temporary disk image. > hdiutil: create failed - Resource busy Per actions/runner-images#7522 (comment), it seems that this particular failure mode might be caused by the new XProtect service introduced by macOS, and disabling said service can bypass the problem. This is probably not a good long-term fix...
This reverts commit b28cbab.
Script for repeatedly trying only the create command was taken from https://github.com/HEXRD/hexrdgui/pull/1768/files with the appropriate BSD 3-clause license copied alongside the script.
Fix/macos gha runner
…with custom fonts
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.
No description provided.