builds, initial testing builds, packaging, ci workflow
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
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
This commit is contained in:
parent
0e80b08b0a
commit
45c124637b
25 changed files with 1994 additions and 6 deletions
55
configs/debian-trixie-amd64.yaml
Normal file
55
configs/debian-trixie-amd64.yaml
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue