Commit graph

3 commits

Author SHA1 Message Date
71d57fc924 Fix package metadata and build dependencies for Debian Trixie
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test bootc Package (push) Failing after 2m43s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 0s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m2s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Update debian/changelog: 1.5.1-1~noble1 → 1.5.1-1~trixie1
- Change distribution from noble-backports to trixie
- Add missing build dependencies: libfuse3-dev, libsoup-3.0-dev, etc.
- Update install.sh and README.md to reflect Trixie version
- Fix repository URLs to use particle-os instead of robojerk
- Ensure all required packages are available for successful build
2025-08-14 13:06:25 -07:00
6dd88876c9 Fix CI workflow: Remove Rust build steps for bootc-deb packaging
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test bootc Package (push) Failing after 1m50s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 0s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m31s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Remove unnecessary Rust compilation steps (not needed for Debian packaging)
- Change container from rust:trixie to debian:trixie
- Streamline workflow to go directly to Debian package build
- Keep dh-cargo for proper Debian packaging
- Fix workflow to match bootc-deb repository structure
2025-08-14 12:59:47 -07:00
6bb5c97da3 Consolidate CI workflows into comprehensive ci.yml
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test bootc Package (push) Failing after 1m7s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 8s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 33s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Replace multiple workflow files with single consolidated ci.yml
- Fix container image from debian:latest to debian:trixie
- Add apt-cacher-ng support for faster builds
- Include comprehensive CI pipeline: build, security, validation
- Add proper secrets handling with ACCESS_TOKEN
- Target Debian Trixie distribution
- Remove old Ubuntu Noble references
- Improve build reliability and artifact collection
2025-08-14 11:54:35 -07:00