Fix native library packaging when cross-compile on m1 for intel#12865
Merged
normanmaurer merged 4 commits intomainfrom Oct 5, 2022
Merged
Fix native library packaging when cross-compile on m1 for intel#12865normanmaurer merged 4 commits intomainfrom
normanmaurer merged 4 commits intomainfrom
Conversation
Motivation: We did have a few build configuration problems when cross-compile which resulted in un-usable native libraries. Modifications: - Fix native lib naming - Fix OSGI config Result: Fixes #12861
Member
Author
|
/cc @violetagg |
violetagg
reviewed
Oct 4, 2022
Co-authored-by: Violeta Georgieva <milesg78@gmail.com>
violetagg
reviewed
Oct 4, 2022
Co-authored-by: Violeta Georgieva <milesg78@gmail.com>
normanmaurer
added a commit
that referenced
this pull request
Oct 5, 2022
Motivation: We did have a few build configuration problems when cross-compile which resulted in un-usable native libraries. Modifications: - Fix native lib naming - Fix OSGI config Result: Correctly generate native libs when cross-compile on m1
normanmaurer
added a commit
that referenced
this pull request
Oct 5, 2022
…) (#12866) Motivation: We did have a few build configuration problems when cross-compile which resulted in un-usable native libraries. Modifications: - Fix native lib naming - Fix OSGI config Result: Correctly generate native libs when cross-compile on m1
violetagg
added a commit
to reactor/reactor-netty
that referenced
this pull request
Oct 7, 2022
…atives More information netty/netty#12865
violetagg
added a commit
to reactor/reactor-netty
that referenced
this pull request
Oct 10, 2022
…atives (#2533) More information netty/netty#12865
This file contains hidden or 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
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.
Motivation:
We did have a few build configuration problems when cross-compile which resulted in un-usable native libraries.
Modifications:
Result:
Fixes #12861