No description
Find a file
robojerk f5957b1a71
Some checks failed
Build libfuse / Build and Test (push) Failing after 27s
Fix authentication issue: remove actions/upload-artifact
- Remove problematic actions/upload-artifact@v4 that requires authentication
- Replace with simple file-based artifact handling like other working workflows
- Add comprehensive artifact preparation with build info and archive creation
- Include final summary step for better visibility
- Follow pattern used in apt-ostree, bootc, and bootupd-sdboot workflows

This resolves the 'authentication required: Unauthorized' error from run #3.
2025-09-07 15:43:27 -07:00
.forgejo/workflows Fix authentication issue: remove actions/upload-artifact 2025-09-07 15:43:27 -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.