No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 10s
- Replace complex apt-cacher-ng setup with proven working pattern - Use direct IP address (192.168.1.101:3142) like in deb-mock workflow - Remove separate apt-cacher-ng container setup step - Use sources.list configuration instead of apt proxy configuration - This matches the working pattern from apt-ostree and deb-mock workflows The previous approach was too complex and not working. This uses the exact same pattern that works in your other CI workflows. |
||
|---|---|---|
| .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.