No description
Find a file
robojerk 70b350154e
Some checks failed
Build libfuse / Build and Test (push) Failing after 33s
Fix DNS resolution issue: replace actions/checkout with direct git clone
- Remove actions/checkout@v4 that was failing with 'Could not resolve host: forgejo'
- Use direct git clone approach like working bootc workflow
- Create workspace directory and copy files manually
- Update Docker volume mount to use correct workspace path
- Add verification step to ensure files are copied correctly

This resolves the DNS resolution error from run #4.
2025-09-07 15:44:39 -07:00
.forgejo/workflows Fix DNS resolution issue: replace actions/checkout with direct git clone 2025-09-07 15:44:39 -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.