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

Automatically use boringssl-static when compiling on Mac M1 #12256

Merged
merged 1 commit into from Mar 31, 2022

Conversation

normanmaurer
Copy link
Member

Motivation:

As we only publish netty-tcnative-boringssl-static for Mac M1 we need to ensure we activate the correct profile.

Modifications:

Replace incorrect family value (osx) with correct one (mac)

Result:

Be able to compile on Mac M1 without the need to specify the profile manually.
Fixes #12251

Motivation:

As we only publish netty-tcnative-boringssl-static for Mac M1 we need to ensure we activate the correct profile.

Modifications:

Replace incorrect family value (osx) with correct one (mac)

Result:

Be able to compile on Mac M1 without the need to specify the profile manually.
Fixes #12251
@normanmaurer normanmaurer added this to the 4.1.76.Final milestone Mar 31, 2022
@normanmaurer normanmaurer self-assigned this Mar 31, 2022
@normanmaurer
Copy link
Member Author

Tested on my m1 MacBook Air

@normanmaurer normanmaurer merged commit 19d74af into 4.1 Mar 31, 2022
@normanmaurer normanmaurer deleted the family_mac branch March 31, 2022 11:55
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
)

Motivation:

As we only publish netty-tcnative-boringssl-static for Mac M1 we need to ensure we activate the correct profile.

Modifications:

Replace incorrect family value (osx) with correct one (mac)

Result:

Be able to compile on Mac M1 without the need to specify the profile manually.
Fixes netty#12251
franz1981 pushed a commit to franz1981/netty that referenced this pull request Aug 22, 2022
)

Motivation:

As we only publish netty-tcnative-boringssl-static for Mac M1 we need to ensure we activate the correct profile.

Modifications:

Replace incorrect family value (osx) with correct one (mac)

Result:

Be able to compile on Mac M1 without the need to specify the profile manually.
Fixes netty#12251
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.

Cannot resolve io.netty:netty-tcnative:2.0.51.Final on Mac M1
1 participant