bookmarkfs/.builds
CismonX cbda096f44
ci: setup FUSE on Alpine build
Unlike distros using systemd, FUSE is not enabled by default on Alpine.

To setup FUSE manually:
1. modprobe fuse
2. mount -t fusectl fusectl /sys/fs/fuse/connections
3. chmod 666 /dev/fuse

Normal users may prefer using OpenRC services to automate these steps,
which is what we do in this patch.

Also install the umount program from util-linux, since the busybox one
does not support unprivileged dismount for FUSE.
2025-03-29 19:27:13 +08:00
..
alpine.yml ci: setup FUSE on Alpine build 2025-03-29 19:27:13 +08:00
archlinux.yml ci: add history build urls 2025-02-27 11:06:00 +08:00
debian.yml ci: add history build urls 2025-02-27 11:06:00 +08:00
freebsd.yml ci: fix FreeBSD and Alpine builds 2025-03-29 17:47:18 +08:00