No description
Find a file
robojerk 6f8d076d4b
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m28s
Simplify Docker approach: run build commands directly in container
- Remove separate script file creation that was causing file sharing issues
- Execute all build commands directly in Docker container using bash -c
- Eliminate host/container file sharing complexity
- Fix 'No such file or directory' error from run #7

This approach avoids the script file sharing issues by running everything
directly in the container without intermediate files.
2025-09-07 16:38:23 -07:00
.forgejo/workflows Simplify Docker approach: run build commands directly in container 2025-09-07 16:38:23 -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.