wip: fix existing todos

Co-authored-by: Github CoPilot
This commit is contained in:
2026-06-16 22:48:04 +02:00
parent a5618d3c5f
commit 80857e0f0a
10 changed files with 212 additions and 65 deletions
+4 -2
View File
@@ -50,8 +50,9 @@ sudo make install PREFIX=/some/path
### Arch Linux
It is recommended that you use an arch linux distribution when building.
<!-- TODO: add a dockerfile for arch building -->
The `arch-builder.dockerfile` image provides a repeatable build environment.
```sh
docker build -t archbuilder -f arch-builder.dockerfile .
```
### Debian
@@ -65,7 +66,8 @@ docker build -t debbuilder deb-builder.dockerfile .
```
## Brainstorm
If you dont want to congest your CI server. Too bad. Write faster ci suites. (TODO: implement runners)
If you dont want to congest your CI server, keep pipeline scripts fast or run them on separate machines.
Runner orchestration is intentionally outside the current core daemon.
I would like to try to avoid writing a million REST APIs, as that just results in bloat usually.