No description
Find a file
robojerk 6b419d2d00
Some checks failed
Build libfuse / Build and Test (push) Failing after 1s
Fix CI workflow: use Docker instead of container directive
- Remove container directive and services that caused premature termination
- Use Docker run command to execute build in Debian Trixie container
- Consolidate all build steps into a single script for better reliability
- Maintain apt-cacher-ng support with proper host networking
- Simplify workflow structure to avoid Forgejo/Gitea Actions limitations
- Add proper cleanup of Docker containers

This should resolve the premature termination issue seen in run #2.
2025-09-07 15:42:29 -07:00
.forgejo/workflows Fix CI workflow: use Docker instead of container directive 2025-09-07 15:42:29 -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.