No description
Find a file
robojerk 3568c2f06d
Some checks failed
Build libfuse / Build and Test (push) Failing after 1s
Fix CI workflow: resolve port conflicts and add robust fallback
- Change apt-cacher-ng port from 3142 to 3143 to avoid conflicts
- Add smart fallback mechanism when cacher is unavailable
- Include signature verification for libfuse source downloads
- Add official test suite execution with pytest
- Improve error handling and debugging output
- Use Debian Trixie container for consistent build environment
- Remove sudo commands for container compatibility

Fixes port binding issues and ensures builds continue even if
apt-cacher-ng service fails to start.
2025-09-07 15:40:50 -07:00
.forgejo/workflows Fix CI workflow: resolve port conflicts and add robust fallback 2025-09-07 15:40:50 -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.