No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m28s
- Change cd path from /workspace/fuse-3.10.0 to /workspace/particle-os/libfuse/fuse-3.10.0 - This fixes the 'can't cd to /workspace/fuse-3.10.0' error in package creation - The build, compilation, tests, and installation all completed successfully! - Only remaining issue was incorrect path for package creation step This should be the final fix for complete end-to-end success! |
||
|---|---|---|
| .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.