35 lines
No EOL
832 B
YAML
35 lines
No EOL
832 B
YAML
# Ubuntu Noble (24.04 LTS) - AMD64
|
|
# Equivalent to Mock's fedora-40-x86_64 config
|
|
description: "Ubuntu Noble (24.04 LTS) - AMD64"
|
|
chroot_name: "ubuntu-noble-amd64"
|
|
architecture: "amd64"
|
|
suite: "noble"
|
|
mirror: "http://archive.ubuntu.com/ubuntu/"
|
|
|
|
# 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 |