summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-07-20 11:21:56 +0000
committerDaniil Baturin <daniil@vyos.io>2021-07-20 11:21:56 +0000
commitca24573251477448e2ddff55f5b32873558799f0 (patch)
tree357fd8b1afdf5a33064b4f71c452e3d44075156c /src/Makefile
parent66ebdf7b65ce09eb2fff5617aec4383d1b89f69b (diff)
downloaduncron-ca24573251477448e2ddff55f5b32873558799f0.tar.gz
uncron-ca24573251477448e2ddff55f5b32873558799f0.zip
Log job's stdout and stderr to aid debugging misbehaving jobs.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d0e11d9..8a00d3a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
all: uncron
uncron: uncron.ml
- ocamlfind ocamlopt -I +threads -package lwt,lwt.unix,lwt_ppx,logs,logs.lwt -linkpkg -thread -o uncron -g ./uncron.ml
+ ocamlfind ocamlopt -I +threads -package lwt,lwt.unix,lwt_ppx,logs,logs.lwt,containers -linkpkg -thread -o uncron -g ./uncron.ml