-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Preliminary macOS 15 (Sequoia) support #17459
Conversation
Looks good! 👍🏻 to tag release, too. |
6650f9b
to
aae2aa6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good :)
Hi guys, I was wondering if there was a way I can make my brew use this branch instead of master 😅 |
Wait a couple hours and it will be released 🙂 |
Yippie, thank you! ✨ |
Homebrew 4.3.5 is now released with this. Please run If you have Xcode or the CLT, remember to update them to 16.0 beta too. |
@@ -112,7 +112,7 @@ def check_dylibs(rebuild_cache:) | |||
# weakly loaded dylibs may not actually exist on disk, so skip them | |||
# when checking for broken linkage | |||
keg_files_dylibs[file] = | |||
file.dynamically_linked_libraries(except: :LC_LOAD_WEAK_DYLIB) | |||
file.dynamically_linked_libraries(except: :DYLIB_USE_WEAK_LINK) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we not exclude both?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I put a compatibility layer on the ruby-macho side:
WIP until I test on beta 1 when it's out
Will probably tag a new release with this if it works