mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #365] AppImage build fails #248
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#248
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Insprill on GitHub (Jan 11, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/365
Describe the bug
The AppImage build has been failing as of late. It's been temporarily disabled for now, but the last failure can be seen here.
@swiesmann would you be able to look into this?
@goolic commented on GitHub (Feb 2, 2023):
I took a look at this and the pkg2appimage folks seem to require ubuntu 18.04 builders to garantee that the deb package is compatible.
https://github.com/AppImageCommunity/pkg2appimage/issues/530
Maybe i'll look into a workaround? off the top of my head we can try to force dpkg-deb -b to use older compression, or we can try to recompress the package before running pkg2appimage