No description
Find a file
robojerk 2a4c04988b
Some checks failed
Build libfuse / Build and Test (push) Failing after 33s
Fix Docker script path: use relative path since working directory is /workspace
- Change from '/workspace/build_libfuse.sh' to 'build_libfuse.sh'
- Since Docker working directory is /workspace, script is directly accessible
- Fixes 'No such file or directory' error from run #6

The script exists in the mounted volume at /workspace/build_libfuse.sh
but since working directory is /workspace, we can reference it directly.
2025-09-07 16:36:31 -07:00
.forgejo/workflows Fix Docker script path: use relative path since working directory is /workspace 2025-09-07 16:36:31 -07:00
README.md first commit 2025-09-07 15:38:31 -07:00

compile and package libfuse

The problem is that the composefs package in the Debian repositories has a dependency on libfuse3-3 (>= 3.10.0) but only libfuse3-4 is available. This is a common issue with package version mismatches.