No description
Find a file
robojerk ddfb366cfe
Some checks failed
Build libfuse / Build and Test (push) Failing after 1s
MAJOR FIX: Run build directly in Debian container instead of Ubuntu
- Change runner to use debian:trixie container directly
- Remove Docker-in-Docker approach that was causing GPG key conflicts
- Build libfuse directly in Debian environment
- Remove unnecessary Docker cleanup steps
- This should resolve the GPG key verification issues

The previous approach was running Ubuntu runner with Debian container
inside, causing GPG key conflicts between Ubuntu and Debian repositories.
2025-09-07 17:35:49 -07:00
.forgejo/workflows MAJOR FIX: Run build directly in Debian container instead of Ubuntu 2025-09-07 17:35:49 -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.