No description
Find a file
robojerk ec9baab337
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m28s
Fix Debian package creation path
- 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!
2025-09-07 18:30:12 -07:00
.forgejo/workflows Fix Debian package creation path 2025-09-07 18:30:12 -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.