No description
Find a file
robojerk 689783e6e0
Some checks failed
Build libfuse / Build and Test (push) Failing after 33s
Fix build script location: create in correct workspace directory
- 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.
2025-09-07 15:46:23 -07:00
.forgejo/workflows Fix build script location: create in correct workspace directory 2025-09-07 15:46: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.