• Home
Name Date Size #Lines LOC

..--

README.mdD04-Jul-2025478 129

backend.starD04-Jul-20251.3 KiB3430

google.starD04-Jul-20251.3 KiB3430

template.starD04-Jul-20251.1 KiB3429

README.md

1# Backend config for Siso
2
3This directory contains backend specific config for
4[siso](https://chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/build/siso/)
5build tool.
6
7User needs to add `backend.star` that provides `backend` module
8for `platform_properties` dict.  The dict provides platform type
9as key (e.g. "default", "large"), and RBE properties (e.g.
10"container-image", "OSFamily" etc).
11Copy `template.star` to `backend.star` and edit property values.
12