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

build: dont force CMAKE_OSX_ARCHITECTURES #202

Conversation

chenrui333
Copy link
Contributor

seeing some build failure while bottling for macos sequoia, but since CMAKE_OSX_ARCHITECTURES is forced, there is no way to override it.

relates to Homebrew/homebrew-core#190600

@Slackadays
Copy link
Owner

Slackadays commented Sep 17, 2024

There was an error a while ago relating to this with GHA that required CMAKE_OSX_ARCHITECTURES, is this change required for Homebrew?

@chenrui333
Copy link
Contributor Author

There was an error a while ago relating to this with GHA that required CMAKE_OSX_ARCHITECTURES, is this change required for Homebrew?

it is required for homebrew (as you can see in the related pr, we need to specify it for the macos sequoia build)

@Slackadays
Copy link
Owner

Ok, so it looks like the x86 versions might be downright deprecated soon, so we can go all-in on ARM.

@Slackadays Slackadays merged commit 6cc4bb8 into Slackadays:main Sep 27, 2024
27 of 79 checks passed
@Slackadays
Copy link
Owner

@chenrui333 The Brew patch you applied will need to be removed in the next release, as the code it references no longer exists (there is no attempt to make a universal binary anymore)

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.

2 participants