No description
Find a file
robojerk b7f7b1bbf2
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m27s
Fix apt-cacher-ng configuration for build container
- Use --network host for apt-cacher-ng to ensure accessibility
- Try multiple connection methods (host.docker.internal, 172.17.0.1, host-gateway)
- Use correct port 3142 instead of 3143
- Add proper cleanup and testing of apt-cacher-ng service
- This should resolve udev dependency installation issues

The build container was unable to reach apt-cacher-ng, causing
udev package installation to fail and meson configuration to fail.
2025-09-07 17:16:58 -07:00
.forgejo/workflows Fix apt-cacher-ng configuration for build container 2025-09-07 17:16:58 -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.