-
-
Notifications
You must be signed in to change notification settings - Fork 489
add linux-arm64 to download-ls #2078
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
Conversation
CLA assistant check
All committers have signed the CLA.
Thank you for your contribution, @streak324.
I do not have access to an ARM64 machine, so I have to request build output from you to verify if it will work or if something needs to be adjusted in this PR. Did you create an electron application or start IDE2 from the sources? If you built the app, could you share the full output? If you have not built the app, the steps are the following assuming you're in the repository root:
arduino-ide/.github/workflows/build.yml
Lines 109 to 110 in 8f8b46f
could you share the full output
The best would be to rebase the PR from the main
(8f8b46f
) branch and rerun the application packaging. Please put the packager output into a file and attach it to the PR for verification. I appreciate your help.
Hi. I merged the main branch to my PR. I was following the instructions in BUILDING.md to run the app locally, but I don't have logs from running it though.
Here is the attached log output from those two yarn commands. The built AppImage binary in ./electron/build/dist runs fine.
build.log
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.
Thank you for the contribution, @streak324 👍
I do not have access to an ARM64 env, but your build output looks correct.
Motivation
I want to locally build arduino ide on a linux arm64 machine.
Change description
Updates one of the build scripts, so that the ide can build succesfully on linux arm64.
Tested on Orange Pi 5, Armbian distro.
Other information
Reviewer checklist