Hydra, for Lix
Find a file
Eelco Dolstra 9fb91460e3 Restart jobset evals efficiently
Fixes

  DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR: stack depth limit exceeded
  HINT: Increase the configuration parameter "max_stack_depth" (currently 2048kB), after ensuring the platform's stack depth limit is adequate. [for Statement "UPDATE Builds SET busy = ?, finished = ?, iscachedbuild = ?, locker = ? WHERE ( ( id = ? OR id = ? OR ...
2015-10-27 13:43:19 +01:00
doc
src Restart jobset evals efficiently 2015-10-27 13:43:19 +01:00
tests
.gitignore
bootstrap
configure.ac Allow the machines file to specify host public keys 2015-08-26 13:43:02 +02:00
COPYING
dev-shell
hydra-module.nix Periodically compress logs 2015-10-07 13:12:24 +02:00
INSTALL
Makefile.am
README.md
release.nix Check Nix version 2015-10-14 13:17:24 +02:00
version

To start hacking on Hydra, run:

$ ./dev-shell
$ ./configure $configureFlags --prefix=/opt/hydra
$ make
$ make install

Or, if you just want to build from source (on x86_64-linux):

$ nix-build -A build.x86_64-linux release.nix