<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">You may want to take a look at Nix package manager's CI server:<div class=""><br class=""></div><div class="">  <a href="https://hydra.nixos.org/job/nixos/staging/nixpkgs.haskell.compiler.ghcHEAD.x86_64-linux/all" class="">https://hydra.nixos.org/job/nixos/staging/nixpkgs.haskell.compiler.ghcHEAD.x86_64-linux/all</a> </div><div class=""><div><br class=""></div><div>Yoiu can easily install any ghcHead package from this binary archive, choose a successful build, and then you can press Help button under actions, you'll get a oneliner like this:</div><div><br class=""></div><div>  nix-env -i /nix/store/kphss7kzd8lbqdxm7pnghcvk2wmzc6b3-ghc-8.5.20180118 --option binary-caches <a href="https://cache.nixos.org" class="">https://cache.nixos.org</a></div><div><br class=""></div><div>It's not a very granular archive but can be useful.</div><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 11, 2019, at 4:52 PM, Changlin Li <<a href="mailto:mail@changlinli.com" class="">mail@changlinli.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I'm interested in benchmarking GHC compile times (that is how long it takes GHC to compile a given file) on a more granular basis than official releases. It would be nice to save myself the hassle of re-building GHC across many different commits if there already was some archive of GHC builds (e.g. from master), even if it's a rolling archive over a short time window (e.g. per-week).<br class=""><br class="">Changlin<br class=""><br class="">_______________________________________________<br class="">Haskell-Cafe mailing list<br class="">To (un)subscribe, modify options or view archives go to:<br class=""><a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" class="">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br class="">Only members subscribed via the mailman list are allowed to post.</div></div></blockquote></div><br class=""></div></body></html>