Skip to content

FIX: Add Linux ARM64 support to new nodejs dep#10712

Open
hadess wants to merge 2 commits into
bambulab:masterfrom
hadess:wip/hadess/nodejs-arm64
Open

FIX: Add Linux ARM64 support to new nodejs dep#10712
hadess wants to merge 2 commits into
bambulab:masterfrom
hadess:wip/hadess/nodejs-arm64

Conversation

@hadess
Copy link
Copy Markdown
Contributor

@hadess hadess commented May 14, 2026

No description provided.

hadess added 2 commits May 14, 2026 19:20
Linux ARM64 doesn't have network plugin support, but the application
still builds and works.

Keep this working by adding ARM64 download URLs for the new deps, nodejs
and pnpm.
Print some debug of where the script expected nodejs and pnpm to be made
available, to make it easier to provide those files ready for use when
downloading is not permitted, such as during Flatpak builds.
set(PNPM_URL "https://github.com/pnpm/pnpm/releases/download/v${PNPM_VERSION}/pnpm-linux-x64")
set(PNPM_EXEC_NAME "pnpm")
set(PNPM_HASH "eb2dc1f109bca046ce734d062c8dd8f34db2b58a115992f9b086456efd7b2305")
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't yet been able to verify whether this is correct.

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.

1 participant