mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
delete nim
This commit is contained in:
parent
c3416b8628
commit
1441b5ef6f
6 changed files with 1 additions and 27 deletions
|
@ -90,9 +90,6 @@ case "$lang" in
|
|||
"nasm64" | "asm64")
|
||||
bin=nasm64
|
||||
;;
|
||||
"nim")
|
||||
bin=nim
|
||||
;;
|
||||
"node" | "js" | "javascript")
|
||||
bin=node
|
||||
;;
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
cd /tmp/$2
|
||||
timeout -s KILL 10 nim --hints:off c code.code
|
||||
runuser runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 ./code"
|
||||
|
|
@ -31,8 +31,6 @@ echo 'testing asm 32 bit'
|
|||
../execute asm test.nasm
|
||||
echo 'testing asm 64 bit'
|
||||
../execute asm64 test64.nasm
|
||||
echo 'testing nim'
|
||||
../execute nim test.nim
|
||||
echo 'testing php'
|
||||
../execute php test.php
|
||||
echo 'testing perl'
|
||||
|
|
|
@ -69,10 +69,6 @@ echo 'nasm'
|
|||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
|
||||
echo '---'
|
||||
|
||||
echo 'nim'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1"
|
||||
echo '---'
|
||||
|
||||
echo 'node'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "node --version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue