Files
ALHP.GO/config_dist.yaml

69 lines
1.4 KiB
YAML
Raw Normal View History

2021-06-10 21:32:11 +02:00
arch: x86_64
repos:
- core
- extra
- community
svn2git:
upstream-core-extra: "https://github.com/archlinux/svntogit-packages.git"
upstream-community: "https://github.com/archlinux/svntogit-community.git"
kernel_to_patch:
- linux
- linux-lts
- linux-zen
- linux-hardened
kernel_patches:
4.19: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-4.19-5.4.patch"
5.5: "none"
5.8: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.8-5.14.patch"
5.15: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.15%2B.patch"
linux-zen: "skip"
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
2021-11-21 18:27:03 +01:00
status:
class:
skipped: "secondary"
queued: "warning"
latest: "primary"
failed: "danger"
signing: "success"
building: "info"
unknown: "dark"
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
# builds over this threshold are considered slow (in cpu-time-seconds)
slow_queue_threshold: 14400.0
2021-06-10 21:32:11 +02:00
logging:
level: INFO