forked from lix-project/hydra
Maximilian Bosch
5c01800fbe
NOTE: I'm well-aware that we have to be careful with this to avoid new regressions on hydra.nixos.org, so this should only be merged after extensive testing from more people. Motivation: I updated Nix in my deployment to 2.9.1 and decided to also update Hydra in one go (and compile it against the newer Nix). Given that this also updates the C++ code in `hydra-{queue-runner,eval-jobs}` this patch might become useful in the future though.
5 lines
178 B
Makefile
5 lines
178 B
Makefile
bin_PROGRAMS = hydra-eval-jobs
|
|
|
|
hydra_eval_jobs_SOURCES = hydra-eval-jobs.cc
|
|
hydra_eval_jobs_LDADD = $(NIX_LIBS) -lnixcmd
|
|
hydra_eval_jobs_CXXFLAGS = $(NIX_CFLAGS) -I ../libhydra
|