No description
Find a file
robojerk be2c25d9cd
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m29s
Add debugging for apt-cacher-ng connectivity issues
- Add detailed logging to apt-cacher-ng setup step
- Add debugging output for apt-cacher-ng connectivity testing
- This will help identify why udev package is not being installed
- Should reveal if apt-cacher-ng is running and accessible

The udev dependency issue persists, suggesting apt-cacher-ng
is not working properly in the CI environment.
2025-09-07 17:24:13 -07:00
.forgejo/workflows Add debugging for apt-cacher-ng connectivity issues 2025-09-07 17:24:13 -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.