Skip to content
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

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Preliminary macOS 15 (Sequoia) support #17459

merged 1 commit into from
Jun 11, 2024

Conversation

Bo98
Copy link
Member

@Bo98 Bo98 commented Jun 10, 2024

WIP until I test on beta 1 when it's out

Will probably tag a new release with this if it works

@MikeMcQuaid
Copy link
Member

Looks good! 👍🏻 to tag release, too.

Copy link
Sponsor

@iMonZ iMonZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

@JonathanWMorris
Copy link

Hi guys, I was wondering if there was a way I can make my brew use this branch instead of master 😅

@Bo98
Copy link
Member Author

Bo98 commented Jun 10, 2024

Wait a couple hours and it will be released 🙂

@JonathanWMorris
Copy link

Yippie, thank you! ✨

@Bo98 Bo98 marked this pull request as ready for review June 11, 2024 02:36
@Bo98 Bo98 merged commit c3c4434 into master Jun 11, 2024
34 checks passed
@Bo98 Bo98 deleted the macos-15 branch June 11, 2024 02:38
@Bo98
Copy link
Member Author

Bo98 commented Jun 11, 2024

Homebrew 4.3.5 is now released with this. Please run brew update if running the macOS 15 betas.

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)
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants