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