mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
- 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>
7 lines
116 B
TOML
7 lines
116 B
TOML
[tools]
|
|
age = "latest"
|
|
"cargo:cross" = "latest"
|
|
fnox = "latest"
|
|
protoc = "latest"
|
|
python = "latest"
|
|
rust = "latest"
|