No description
|
Some checks failed
Build libfuse / Build and Test (push) Failing after 1s
- 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. |
||
|---|---|---|
| .forgejo/workflows | ||
| README.md | ||
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.