solstice-ci/mise.toml
Till Wegmueller 248885bdf8
Add runner binary serving via orchestrator, update configurations and documentation
- Extend `.env.sample` with `RUNNER_DIR_HOST` for serving workflow runner binaries.
- Update `compose.yml` with `RUNNER_DIR` and corresponding volume mount.
- Add instructions for runner binary setup and serving in `README.md`.
- Enhance `mise.toml` with new tooling dependencies for building runners.

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
2025-11-09 19:02:42 +01:00

7 lines
116 B
TOML

[tools]
age = "latest"
"cargo:cross" = "latest"
fnox = "latest"
protoc = "latest"
python = "latest"
rust = "latest"