ALHP.GO/config_dist.yaml

47 lines
826 B
YAML
Raw Normal View History

2021-06-10 21:32:11 +02:00
arch: x86_64
repos:
- core
- extra
state_repo: "https://gitlab.archlinux.org/archlinux/packaging/state.git"
2021-06-10 21:32:11 +02:00
max_clone_retries: 100
2021-10-25 06:16:55 +02:00
db:
2021-10-25 07:33:47 +02:00
driver: pgx
connect_to: "postgres://username:password@localhost:5432/database_name"
2021-10-25 06:16:55 +02:00
2021-06-10 21:32:11 +02:00
basedir:
repo: /var/lib/alhp/repo/
2022-02-13 22:33:57 +01:00
work: /var/lib/alhp/workspace/
debug: /var/lib/alhp/debug/
2021-06-10 21:32:11 +02:00
march:
- x86-64-v3
blacklist:
packages:
- tensorflow
- tensorflow-cuda
- gcc
repo:
- testing
- i686
- staging
- unstable
2021-11-13 20:45:47 +01:00
lto:
- llvm
- rust
2021-06-10 21:32:11 +02:00
build:
2022-02-19 18:03:55 +01:00
# number of workers total
worker: 4
2021-06-10 21:32:11 +02:00
makej: 8
2021-11-21 19:30:48 +01:00
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"
2021-06-10 21:32:11 +02:00
logging:
level: INFO