Samuel Leathers
Samuel Leathers
I think we've pretty much optimized this the best we can without altering hydra internals itself. I'm going to close this out. As an example: https://github.com/input-output-hk/iohk-ops/blob/master/jobsets/default.nix#L128-L134 makes it have flags...
@ckauhaus could we get this merged?
I got it working just well enough I could deploy my website using flakes with a fork, but it definitely needs some love... https://github.com/disassembler/styx
@edolstra what's needed to get this done? It seems like a machine readable option is a bonus unrelated to just getting the logging. Do you think this could be merged...
There's a docker image you can download and run at https://hydra.iohk.io/build/904984/download/1/rgkj26md2nqxhy0y4yj3r9gaxq0r4b5x-docker-image-cardano-sl.tar.gz
Looks like your missing binary caches being enabled. Also what platform was this on?
See https://github.com/input-output-hk/cardano-sl/blob/develop/docs/exchange-onboarding.md#optional-enable-iohks-binary-cache for info on enabling binary caches.
Please open a separate issue for this.
There's a bug in address summary endpoint that is nontrivial to fix (essentially requires a full rewrite of the logic used to track addresses for this endpoint). We worked around...
You probably are missing the libz library on your system. We hightly recommend using nix to build cardano-sl as it avoids issues like this one.