No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m28s
- 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. |
||
|---|---|---|
| .forgejo/workflows | ||
| README.md | ||
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.