8b12ac1f6d
This removes the need for Nix's build-remote.pl. Build logs are now written to $HYDRA_DATA/build-logs because hydra-queue-runner doesn't have write permission to /nix/var/log.
7 lines
199 B
Makefile
7 lines
199 B
Makefile
bin_PROGRAMS = hydra-queue-runner
|
|
|
|
hydra_queue_runner_SOURCES = hydra-queue-runner.cc build-result.cc build-remote.cc
|
|
hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx
|
|
|
|
AM_CXXFLAGS = $(NIX_CFLAGS) -Wall
|