- Add complete pytest testing framework with conftest.py and test files - Add performance monitoring and benchmarking capabilities - Add plugin system with ccache plugin example - Add comprehensive documentation (API, deployment, testing, etc.) - Add Docker API wrapper for service deployment - Add advanced configuration examples - Remove old wget package file - Update core modules with enhanced functionality
36 lines
904 B
YAML
36 lines
904 B
YAML
# Debian Trixie (Debian 13) - AMD64
|
|
# Equivalent to Mock's fedora-39-x86_64 config
|
|
# Debian 13+ (trixie) has the required OSTree version for bootc support
|
|
description: "Debian Trixie (Debian 13) - AMD64"
|
|
chroot_name: "debian-trixie-amd64"
|
|
architecture: "amd64"
|
|
suite: "trixie"
|
|
mirror: "http://deb.debian.org/debian/"
|
|
|
|
# Build environment
|
|
build_env:
|
|
DEB_BUILD_OPTIONS: "parallel=4,nocheck"
|
|
DEB_BUILD_PROFILES: "nocheck"
|
|
DEB_CFLAGS_SET: "-O2"
|
|
DEB_CXXFLAGS_SET: "-O2"
|
|
DEB_LDFLAGS_SET: "-Wl,-z,defs"
|
|
|
|
# Build options
|
|
build_options:
|
|
- "--verbose"
|
|
- "--no-run-lintian"
|
|
|
|
# Chroot configuration
|
|
chroot_dir: "/var/lib/deb-mock/chroots"
|
|
chroot_config_dir: "/etc/schroot/chroot.d"
|
|
|
|
# sbuild configuration
|
|
sbuild_config: "/etc/sbuild/sbuild.conf"
|
|
sbuild_log_dir: "/var/log/sbuild"
|
|
|
|
# Output configuration
|
|
output_dir: "./output"
|
|
metadata_dir: "./metadata"
|
|
keep_chroot: false
|
|
verbose: false
|
|
debug: false
|