From 66a602038b87d3c7e271e563e3159c22873325bb Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Fri, 12 Mar 2021 13:58:16 -0600 Subject: [PATCH] specify m2 directory explicitly --- lxc/executors/clojure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/executors/clojure b/lxc/executors/clojure index 7298893..f82f9e8 100644 --- a/lxc/executors/clojure +++ b/lxc/executors/clojure @@ -1,4 +1,4 @@ #!/bin/bash cd /tmp/$1 -timeout -s KILL 10 xargs -a args.args -d '\n' clojure -M code.code < stdin.stdin +timeout -s KILL 10 xargs -a args.args -d '\n' clojure -Sdeps '{:mvn/local-repo "/opt/.m2/repository"}' -M code.code < stdin.stdin