No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 33s
- Create build_libfuse.sh in /workspace/particle-os/libfuse/ instead of current directory - Make script executable with chmod +x - Add verification step to ensure script exists before Docker execution - Fix 'No such file or directory' error from run #5 The script now exists in the correct location where Docker can find it. |
||
|---|---|---|
| .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.