autopkg / dataJAR-recipes

Elegant and powerful Apple services for business and education.
https://www.datajar.co.uk
Apache License 2.0
113 stars 80 forks source link

Arm64 Version for IntelliJ IDEA CE? #323

Closed James-von-Detroit closed 5 months ago

James-von-Detroit commented 5 months ago

Is there a way to make the recipe universal? where the PKG it creates has both versions? Or even give the option for Arm64 in the overrides?

For https://github.com/autopkg/dataJAR-recipes/blob/master/IntelliJ-IDEA-CE/IntelliJ-IDEA-CE.download.recipef

macmule commented 5 months ago

Hi @James-von-Detroit, we'll not have a single package.. but can have a look to see if we can offer a way to download different architectures.

macmule commented 5 months ago

Actually.. this might not be that simple.. the .download relies on a custom processor (https://github.com/autopkg/mosen-recipes/blob/master/JetBrains/JetbrainsURLProvider.py), and it's that that needs updating.

James-von-Detroit commented 5 months ago

Even just that would be helpful. Then i could do an override and then have a separate stream.

Thanks for the help!

On Wed, Mar 20, 2024 at 3:53 PM macmule @.***> wrote:

Actually.. this might not be that simple.. the .download relies on a custom processor ( https://github.com/autopkg/mosen-recipes/blob/master/JetBrains/JetbrainsURLProvider.py), and it's that that needs updating.

— Reply to this email directly, view it on GitHub https://github.com/autopkg/dataJAR-recipes/issues/323#issuecomment-2010504489, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI3RS55GE6B7XLAIQTAAGTTYZHSMHAVCNFSM6AAAAABFAAPCN2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJQGUYDINBYHE . You are receiving this because you were mentioned.Message ID: @.***>

James-von-Detroit commented 5 months ago

One commend is, i downloaded 2023.1.2 a few months ago with the same process with AutoPKG. That package actually came out as a universal package and worked for both Intel and Arm. But these new packages dont, it's Intel only. If you install it on an Arm, then it will fail.

paul-cossey commented 5 months ago

Hi, @James-von-Detroit

We don't actually use these recipes anymore. We use the bnpl's ones here: https://github.com/autopkg/bnpl-recipes/tree/master/JetBrains they all have architecture support.

I'll deprecate these (actually thought it was already!)

paul-cossey commented 5 months ago

Deprecated: https://github.com/autopkg/dataJAR-recipes/compare/3e6df6e0ca75...49f03b46ac0e

paul-cossey commented 5 months ago

I'll close this off now, as our recipes are deprecated.