new clojure install

This commit is contained in:
Brian Seymour 2021-03-12 14:41:43 -06:00
parent 6ff766d90b
commit ac44a5c373
3 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
cd /tmp/$1
timeout -s KILL 10 xargs -a args.args -d '\n' clojure -Sdeps '{:mvn/local-repo "/opt/.m2/repository"}' -M code.code < stdin.stdin
timeout -s KILL 10 xargs -a args.args -d '\n' java -jar /opt/clojure/clojure/clojure.jar code.code < stdin.stdin

View file

@ -22,7 +22,7 @@ lxc-attach --clear-env -n piston -- /bin/bash -l -c "g++ --version"
echo '---'
echo 'clojure'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "clojure -version"
echo '1.10.2'
echo '---'
echo 'crystal'