From ca24573251477448e2ddff55f5b32873558799f0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 20 Jul 2021 11:21:56 +0000 Subject: Log job's stdout and stderr to aid debugging misbehaving jobs. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3