Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 687 Bytes

yzix

Warning/disclaimer: these programs and libraries are highly experimental and might (and probably will) break in almost any scenario.

The goal of this project is to combine the power of a content-addressed nix-like store with some-what incremental and parallel compilation like ccache and distcc.

It is orientied around a client-server model, but the servers itself might also perform peer-to-peer work-distribution to increase parallelism.

supported platforms

Most UNIX-platforms where rustc works are supported. (I don't yet know which aren't.)

Currently, it doesn't support Windows, because containers, symlinks and read-only files work much different from unix there.