Commit graph

3 commits

Author SHA1 Message Date
6b419d2d00 Fix CI workflow: use Docker instead of container directive
Some checks failed
Build libfuse / Build and Test (push) Failing after 1s
- Remove container directive and services that caused premature termination
- Use Docker run command to execute build in Debian Trixie container
- Consolidate all build steps into a single script for better reliability
- Maintain apt-cacher-ng support with proper host networking
- Simplify workflow structure to avoid Forgejo/Gitea Actions limitations
- Add proper cleanup of Docker containers

This should resolve the premature termination issue seen in run #2.
2025-09-07 15:42:29 -07:00
3568c2f06d Fix CI workflow: resolve port conflicts and add robust fallback
Some checks failed
Build libfuse / Build and Test (push) Failing after 1s
- Change apt-cacher-ng port from 3142 to 3143 to avoid conflicts
- Add smart fallback mechanism when cacher is unavailable
- Include signature verification for libfuse source downloads
- Add official test suite execution with pytest
- Improve error handling and debugging output
- Use Debian Trixie container for consistent build environment
- Remove sudo commands for container compatibility

Fixes port binding issues and ensures builds continue even if
apt-cacher-ng service fails to start.
2025-09-07 15:40:50 -07:00
36918500d6 first commit
Some checks failed
Build libfuse / Build and Test (push) Failing after 0s
2025-09-07 15:38:31 -07:00