35 lines
No EOL
840 B
YAML
35 lines
No EOL
840 B
YAML
# Debian Bookworm (Debian 12) - AMD64
|
|
# Equivalent to Mock's fedora-35-x86_64 config
|
|
description: "Debian Bookworm (Debian 12) - AMD64"
|
|
chroot_name: "debian-bookworm-amd64"
|
|
architecture: "amd64"
|
|
suite: "bookworm"
|
|
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 |