-
Notifications
You must be signed in to change notification settings - Fork 18
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
Enable portable home/config dirs for extract-and-run #5
base: main
Are you sure you want to change the base?
Conversation
The build fails on Alpine 3.17+ because zstd-static no longer exists; it was merged into zstd-dev. It's trivial to fix this and make both the chroot and qemu builds use Alpine 3.17, but maybe it's better to stick to an older release of Alpine in case musl built on a newer kernel starts depending on new kernel features? |
Hm, |
@TheAssassin lgtm; wdyt? |
@probonopd, Does TheAssassin know to check for pull requests on this repo? It looks like he hasn't contributed to or reviewed PRs on type2-runtime before. |
I'd assume he is just busy with other things; in general he knows this repository :-) |
* Use libfuse3 * 3.17.2 * zstd-static was folded into zstd-dev #5 (comment)
Friendly ping @TheAssassin - maybe you can have a look at this when you have some time (says the guy who hasn't enough time, most of the time). |
Fixes AppImage#1 Closes AppImage#5
Ready for merging @TheAssassin? |
Build for testing: |
Backported from AppImage/AppImageKit#1247