No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 1s
- 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. |
||
|---|---|---|
| .forgejo/workflows | ||
| README.md | ||
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.