-
Notifications
You must be signed in to change notification settings - Fork 91
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
Create new appimage workflow #278
Conversation
As for the failing action on arm/v7, you could use curl instead of wget. I use this in the linuxdeploy container dockerfile: I have no idea why the amd64 build had no problem, but that one does. |
dd378a5
to
2e21868
Compare
81d1d44
to
3cba607
Compare
Supports more architectures + means some workflow jobs can be removed.
* Set install prefix, prevent duplicates * Exit if VERSION is not set
Use "snapshot" if input is not given
Using it here overrides the default set in the linuxdeploy image
3cba607
to
e1abda7
Compare
Arm64 build is now failing due to a segfault.
This could mean some Ubuntu focal package has changed since the last successful build, or something related to the qemu action (I see they did a minor release (v3.3.0) two weeks ago); or it might be something else entirely. An unknown element. A variable that doesn't not exist in our universe but at the quantum level. https://github.com/docker/setup-qemu-action/tags I'll specify the v3.2.0 tag and see if the results change. |
After changing the qemu version to v3.2.0 the build fails with the same error at 12% |
Also switch appimage workflow to clang for now (gcc breaks arm64 build)
After switching to clang, different error now
|
Retriggered with no changes but got a different error:
|
After trying in the jammy container:
|
These segfaults may be related to tonistiigi/binfmt#215 |
Also add comment to explain changes to CmakeLists.txt
23f1ea9
to
162b85d
Compare
Supports more architectures + means some workflow jobs can be removed.