clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.4k stars 147 forks source link

CI: change nix-build log format to be less noisy #2625

Closed leonschoorl closed 6 months ago

leonschoorl commented 6 months ago

Change nix-build log format to be less noisy, so we don't overflow the log limit on CI anymore.

Also set max-silent-time to 1h. This way if one of the derivations hangs, and doesn't output anything anymore for 1 hour, nix will detect it and report which one it was.

Still TODO: