ratarmount
The AppImage now uses manylinux_2_28
instead of manylinux2014
because CentOS 7 was EOL 2024-06-30, which broke the Github Actions pipeline for building the AppImage because some of the "actions" such as "checkout" broken because they are using npm, which requires a newer glibc version and does not work anymore inside the manylinux2014
container. I tried to manually check out the repo, which worked, but then I lost my patience when the upload-artifact action also failed.
Fixes
- Setting either the owner or group for a file with
--write-overlay
would reset the group or user respectively. - Setting owner or group to 0 (root) with
--write-overlay
was not working.
ratarmountcore
Fixes
- Fix error when combining
--recursive
or--recursion-depth
with--write-overlay
.