deb-mock/test-config.yaml
2025-08-03 22:16:04 +00:00

22 lines
No EOL
467 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