Hurl icon indicating copy to clipboard operation
Hurl copied to clipboard

ARM support

Open lnkd61 opened this issue 1 year ago • 7 comments
trafficstars

Currently, it's not possible to use Hurl on a device using an ARM processor. The installer prevents installation, however I don't see why this couldn't run under emulation at the very least.

image

lnkd61 avatar Jun 25 '24 01:06 lnkd61

I dont know development process for ARM nor have a device with me.

I've to see if there's Windows ARM Emu for x86 devices, until then...

U-C-S avatar Jun 25 '24 04:06 U-C-S

I dont know development process for ARM nor have a device with me.

I've to see if there's Windows ARM Emu for x86 devices, until then...

Would it be possible just to allow the ARM installation and let Windows' emulation handle it?

HURL is currently the only x86 app (that I want) that actively prevents installing itself to ARM Windows.

pyyny avatar Jan 10 '25 09:01 pyyny

Hmm, I might be able to make the installer run on Arm while application files can be handled by emulation handle them.

https://jrsoftware.org/ishelp/index.php?topic=setup_architecturesallowed

Will check the feasibility soon

U-C-S avatar Jan 10 '25 11:01 U-C-S

I was able to get it to build and install on ARM64 with the changes in my fork below but I didn't do anything yet to merge them so they can coexist with the x86 build config.

https://github.com/frohoff/Hurl

Also still waiting for GH-hosted ARM actions runners for free/OSS projects if that's being used for the project release builds.

https://github.com/orgs/community/discussions/19197 https://github.com/github/roadmap/issues/970

frohoff avatar Jan 14 '25 23:01 frohoff

Public GH-hosted ARM runners now available in public preview

https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/

frohoff avatar Jan 17 '25 18:01 frohoff

Actually it looks like this only includes Linux thus far.

frohoff avatar Jan 17 '25 19:01 frohoff

https://blogs.windows.com/windowsdeveloper/2025/04/14/github-actions-now-supports-windows-on-arm-runners-for-all-public-repos/

frohoff avatar May 01 '25 08:05 frohoff