No description
Find a file
robojerk ccaa7b0fd2
Some checks failed
Build libfuse / Build and Test (push) Failing after 10s
Fix apt-cacher-ng: use working pattern from deb-mock workflow
- 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.
2025-09-07 17:30:48 -07:00
.forgejo/workflows Fix apt-cacher-ng: use working pattern from deb-mock workflow 2025-09-07 17:30:48 -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.