- [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
Symlinking `/opt/wasi-sdk` to WASI SDK 21 for Python 3.12.
- 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`
```
buildbot-worker stop buildarea
```
```
buildbot-worker restart buildarea
```
```
sudo journalctl --vacuum-time=28d
```