- [Buildbots](https://buildbot.python.org/#/builders?tags=%2Bwasi)
- [Setup instructions from the devguide](https://devguide.python.org/testing/new-buildbot-worker/)
- https://github.com/python/buildmaster-config/blob/main/master/custom/factories.py
- https://github.com/WebAssembly/wasi-sdk/releases
- Running worker is in a tmux session
- Run the worker under the `buildbot` user
```
tmux new -s buildbot
```
```
tmux attach -t buildbot
```
To detach: `Ctrl-b d`
https://github.com/brettcannon/wasi-buildbot
```
sudo journalctl --vacuum-time=28d
```