Files
ALHP.GO/config_dist.yaml

56 lines
1.0 KiB
YAML

arch: x86_64
repos:
- core
- extra
state_repo: "https://gitlab.archlinux.org/archlinux/packaging/state.git"
max_clone_retries: 100
db:
driver: pgx
connect_to: "postgres://username:password@localhost:5432/database_name"
basedir:
repo: /var/lib/alhp/repo/
work: /var/lib/alhp/workspace/
debug: /var/lib/alhp/debug/
march:
- x86-64-v3
blacklist:
packages:
- tensorflow
- tensorflow-cuda
- gcc
repo:
- testing
- i686
- staging
- unstable
lto:
- llvm
- rust
build:
# number of workers total
worker: 4
makej: 8
checks: true
# how much memory ALHP should use
# this will also decide how many builds will run concurrently,
# since ALHP will try to optimise the queue for speed while not going over this limit
memory_limit: "16gb"
logging:
level: INFO
housekeeping:
# how long to wait between re-verifying package signatures of already-built packages
# accepts any time.ParseDuration string (e.g. "24h", "12h", "30m"), default: 24h
signature_recheck_interval: "24h"
metrics:
port: 9568