No description
Find a file
robojerk ec9480eb60
Some checks failed
Build libfuse / Build and Test (push) Failing after 20s
CRITICAL FIX: Move GPG key installation before first apt-get update
- Move debian-archive-keyring installation to the very beginning
- This must happen before any apt-get update to avoid GPG signature errors
- Install curl after GPG keys are in place
- This fixes the 'repository not signed' error from run #18

The GPG key installation was happening after the first apt-get update,
causing the build to fail early. This reorders the commands correctly.
2025-09-07 17:33:37 -07:00
.forgejo/workflows CRITICAL FIX: Move GPG key installation before first apt-get update 2025-09-07 17:33:37 -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.