Rather than re-implementing the legacy SSH store protocol, we now use Store directly. To be able to support build cancellation, the actual build is performed by a helper process (hydra-build-step), which can be killed by hydra-queue-runner if the corresponding step is cancelled.
4 lines
164 B
Makefile
4 lines
164 B
Makefile
SUBDIRS = hydra-evaluator hydra-eval-jobs hydra-queue-runner hydra-build-step sql script lib root ttf
|
|
BOOTCLEAN_SUBDIRS = $(SUBDIRS)
|
|
DIST_SUBDIRS = $(SUBDIRS)
|