andrewchambers / hermes

Hermes software environment manager
MIT License
312 stars 8 forks source link

Remote build caches #14

Open andrewchambers opened 4 years ago

andrewchambers commented 4 years ago

We want to avoid rebuilding large slow building packages like gcc, or rustc so some form of build caching would be useful.

I can see a few forms this could take:

andrewchambers commented 4 years ago

A big way I want to differ from nix is that I want to maintain an offline index, so hermes only needs to do one network round trip, instead of lots of 404 quries like nix currently does.