• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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