Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 2m1s
Comprehensive CI/CD Pipeline / Security Audit (push) Successful in 46s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m7s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
55 lines
1 KiB
YAML
55 lines
1 KiB
YAML
# Debian Trixie AMD64 configuration for deb-mock
|
|
# This is a pre-built configuration for Debian Trixie on AMD64
|
|
|
|
environment:
|
|
name: "debian-trixie-amd64"
|
|
architecture: "amd64"
|
|
suite: "trixie"
|
|
distribution: "debian"
|
|
|
|
mirror:
|
|
base_url: "http://deb.debian.org/debian"
|
|
components: ["main", "contrib", "non-free"]
|
|
security_url: "http://security.debian.org/debian-security"
|
|
|
|
packages:
|
|
essential:
|
|
- "build-essential"
|
|
- "devscripts"
|
|
- "debhelper"
|
|
- "dh-python"
|
|
- "python3-setuptools"
|
|
- "python3-pytest"
|
|
- "python3-yaml"
|
|
- "python3-click"
|
|
- "python3-jinja2"
|
|
- "python3-requests"
|
|
|
|
build_tools:
|
|
- "sbuild"
|
|
- "schroot"
|
|
- "debootstrap"
|
|
- "ccache"
|
|
- "distcc"
|
|
|
|
development:
|
|
- "git"
|
|
- "vim"
|
|
- "nano"
|
|
- "less"
|
|
- "curl"
|
|
- "wget"
|
|
|
|
chroot:
|
|
size: "10G"
|
|
filesystem: "ext4"
|
|
compression: true
|
|
cache_enabled: true
|
|
parallel_jobs: 4
|
|
|
|
build:
|
|
timeout: 3600
|
|
memory_limit: "2G"
|
|
cpu_limit: 4
|
|
network_enabled: true
|
|
user_namespace: true
|