- [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 ```sh tmux new -s buildbot ``` ```sh tmux attach -t buildbot ``` To detach: `Ctrl-b d` https://github.com/brettcannon/wasi-buildbot ```sh sudo journalctl --vacuum-time=28d ``` For clearing out containers (including `wasi=-buildbot) ```sh podman image prune -a -f ```