mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
Add jelly
This commit is contained in:
parent
6d580981e4
commit
be8e301b44
4 changed files with 13 additions and 0 deletions
2
lxc/executors/jelly
Executable file
2
lxc/executors/jelly
Executable file
|
@ -0,0 +1,2 @@
|
|||
cd /tmp/$2
|
||||
runuser runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 jelly fu code.code"
|
|
@ -45,6 +45,10 @@ echo 'java'
|
|||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "java -version"
|
||||
echo '---'
|
||||
|
||||
echo 'jelly'
|
||||
echo '1.0.0'
|
||||
echo '---'
|
||||
|
||||
echo 'julia'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "julia --version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue