kubecc-io / kubecc

A distributed C/C++ build system for Kubernetes
GNU General Public License v3.0
16 stars 2 forks source link

Toolchains and cross compiling #20

Closed kralicky closed 3 years ago

kralicky commented 3 years ago

Allow discovery of toolchains so we can match consumers up to agents which implement those toolchains. Toolchains should allow configuring compilers using a host triple (i.e. x86_64-linux-gnu-gcc) to allow cross-compiling.