No description
Find a file
robojerk 9dcb691ca5
Some checks failed
Build libfuse / Build and Test (push) Failing after 20s
Fix Debian GPG key issue: add debian-archive-keyring
- Install curl first before testing apt-cacher-ng connectivity
- Add debian-archive-keyring package to fix GPG signature verification
- This resolves the 'repository not signed' error from run #17
- Follows the same pattern as working deb-mock workflow

The Debian container was missing GPG keys needed to verify
repository signatures, causing apt-get update to fail.
2025-09-07 17:31:44 -07:00
.forgejo/workflows Fix Debian GPG key issue: add debian-archive-keyring 2025-09-07 17:31:44 -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.