-
Notifications
You must be signed in to change notification settings - Fork 267
Multi-arch rules #680
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
Multi-arch rules #680
Conversation
Please squash my commits. Dealing with GHA is painful |
There also is a few other issues with this pr like
All of that should probably be deleted and squashed out, otherwise the code looks fine |
yea definietly. The share is actually a symlink I did for CLION to not break, but it can be removed |
All fixed and updated to newest upstream |
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.
reviewing mostly own pr be like
I wouldn't call that a fix tbh. |
Yeah it's more a workaround |
But why download useless libraries tho? Downloading arm on x86-64 doesn’t make sense |
Because you can't run arm natives with a x86-64 JRE. The point is, that you can't mix CPU architectures for a running application. If the user uses a x86-64 JRE, then they need x86-64 natives. |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Toshit Chawda <r58playz@gmail.com>
I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: 02b8588 Signed-off-by: r58Playz <toshit307@gmail.com>
…github.com> I, r58Playz <45221816+r58Playz@users.noreply.github.com>, hereby add my Signed-off-by to this commit: bd38a7c I, r58Playz <45221816+r58Playz@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 9b6a878 I, r58Playz <45221816+r58Playz@users.noreply.github.com>, hereby add my Signed-off-by to this commit: cae505a Signed-off-by: r58Playz <45221816+r58Playz@users.noreply.github.com>
I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: ff122bb I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: e4a2972 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: a207dff I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: e5ca5ff I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: 000f892 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: a7140b3 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: ea69d59 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: 4d844e1 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: d0c818d Signed-off-by: r58Playz <toshit307@gmail.com>
I, r58Playz <r58playz@gmail.com>, hereby add my Signed-off-by to this commit: e0068b6 I, r58Playz <r58playz@gmail.com>, hereby add my Signed-off-by to this commit: b67c7a2 I, r58Playz <r58playz@gmail.com>, hereby add my Signed-off-by to this commit: fc548e8 I, r58Playz <r58playz@gmail.com>, hereby add my Signed-off-by to this commit: ae15f6c Signed-off-by: r58Playz <r58playz@gmail.com>
that issue was fixed ages ago, just so you know |
I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: 02b8588 Signed-off-by: r58Playz <toshit307@gmail.com>
…oreply.github.com> I, r58Playz <45221816+r58Playz@users.noreply.github.com>, hereby add my Signed-off-by to this commit: bd38a7c I, r58Playz <45221816+r58Playz@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 9b6a878 I, r58Playz <45221816+r58Playz@users.noreply.github.com>, hereby add my Signed-off-by to this commit: cae505a Signed-off-by: r58Playz <45221816+r58Playz@users.noreply.github.com>
I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: ff122bb I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: e4a2972 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: a207dff I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: e5ca5ff I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: 000f892 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: a7140b3 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: ea69d59 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: 4d844e1 I, r58Playz <toshit307@gmail.com>, hereby add my Signed-off-by to this commit: d0c818d Signed-off-by: r58Playz <toshit307@gmail.com>
I, r58Playz <r58playz@gmail.com>, hereby add my Signed-off-by to this commit: 864ae88 I, r58Playz <r58playz@gmail.com>, hereby add my Signed-off-by to this commit: e825f0b I, r58Playz <r58playz@gmail.com>, hereby add my Signed-off-by to this commit: 45ad5aa I, r58Playz <r58playz@gmail.com>, hereby add my Signed-off-by to this commit: 027d634 Signed-off-by: r58Playz <r58playz@gmail.com>
Signed-off-by: r58Playz <r58playz@gmail.com>
Signed-off-by: r58Playz <r58playz@gmail.com>
2975a20 Signed-off-by: r58Playz <r58playz@gmail.com>
Get scrumped |
Scrumped |
Just #514 but updated to newest develop.
Works with PolyMC/meta-scripts#16 to provide multi-arch support.
edit: Fixes #382
edit 2: Fixes #765 but not really, just a workaroundfixed already