No description
Find a file
robojerk aa6e6d3e27
All checks were successful
Build libfuse / Build and Test (push) Successful in 1m26s
Fix artifacts preparation - correct package file path
- Update artifacts step to look for package in correct location
- Add debugging to find where package file is actually located
- Fix dpkg -I command to use full path to package file
- The package is created in /workspace/particle-os/libfuse/fuse-3.10.0/
- But artifacts step was looking in current directory

This should fix the 'Package not found!' error in artifacts preparation.
2025-09-07 18:43:35 -07:00
.forgejo/workflows Fix artifacts preparation - correct package file path 2025-09-07 18:43:35 -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.