No description
Find a file
robojerk 5194b36968
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m29s
Install curl first before testing apt-cacher-ng connectivity
- Install curl in build container before attempting to test apt-cacher-ng
- This should resolve the connectivity testing issues
- Follows the pattern used in other successful CI workflows
- Should allow proper detection and configuration of apt-cacher-ng

The build container needs curl installed before it can test
apt-cacher-ng connectivity, which is why the debugging output
wasn't showing up in the logs.
2025-09-07 17:27:22 -07:00
.forgejo/workflows Install curl first before testing apt-cacher-ng connectivity 2025-09-07 17:27:22 -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.