deb-mock/test-config.yaml
robojerk 5e7f4b0562
Some checks failed
Build Deb-Mock Package / build (push) Successful in 55s
Lint Code / Lint All Code (push) Failing after 3s
Test Deb-Mock Build / test (push) Failing after 53s
Fix sbuild integration and clean up codebase
- Fix environment variable handling in sbuild wrapper
- Remove unsupported --log-dir and --env options from sbuild command
- Clean up unused imports and fix linting issues
- Organize examples directory with official Debian hello package
- Fix YAML formatting (trailing spaces, newlines)
- Remove placeholder example files
- All tests passing (30/30)
- Successfully tested build with official Debian hello package
2025-08-04 04:34:32 +00:00

23 lines
468 B
YAML

# Test configuration for building hello package
chroot_name: debian-bookworm-amd64
architecture: amd64
suite: bookworm
basedir: ./chroots
chroot_dir: ./chroots
cache_dir: ./cache
output_dir: ./output
chroot_home: /home/build
# Speed optimization
use_root_cache: true
root_cache_dir: ./cache/root-cache
use_package_cache: true
package_cache_dir: ./cache/package-cache
use_ccache: false
parallel_jobs: 2
# Build settings
keep_chroot: false
verbose: true
debug: false