wip: fix existing todos
Co-authored-by: Github CoPilot
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user