-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Error running on github workflow #347
Comments
Looks like commit af45b1b added a new recipe option |
Did you happen to get a fix? |
yes, it's an easy fix. Just add a AppImage:
sign-key: None
arch: ${TARGET_ARCH_APPIMAGE}
comp: xz |
I tried to use What is the output when compressed? I want the |
mksquashfs has an option `-no-compression` [1] but it seems to have been released about 10 months ago [2] and not widely available, especially on older OS installations. Switch to a more widely available `-noDatacompression` option instead. [3] [4] 1. https://www.mankier.com/1/mksquashfs 2. https://github.com/plougher/squashfs-tools/blame/1c791c5bdd2307458088e1f0821d9cefd14e0c96/README-4.6.1#L83 3. https://manpages.debian.org/jessie/squashfs-tools/mksquashfs.1.en.html 4. https://manpages.ubuntu.com/manpages/focal/man1/mksquashfs.1.html
Use |
In the following job, my workflow is failing. You can see the workflow result here.
Workflow result
I am not sure on what's wrong. It started to fail 3 weeks ago (at this commit) without any changes to the workflow.
The text was updated successfully, but these errors were encountered: