mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +02:00
asm support
This commit is contained in:
parent
de7ecffd37
commit
f84ab7e50d
5 changed files with 26 additions and 27 deletions
|
@ -47,6 +47,9 @@ case "$lang" in
|
|||
"php")
|
||||
bin=executor_php
|
||||
;;
|
||||
"nasm" | "asm")
|
||||
bin=executor_nasm
|
||||
;;
|
||||
*)
|
||||
echo "invalid language"
|
||||
exit
|
||||
|
@ -68,6 +71,7 @@ docker run \
|
|||
-v $dir/executors/csharp:/executor_csharp:ro \
|
||||
-v $dir/executors/r:/executor_r:ro \
|
||||
-v $dir/executors/php:/executor_php:ro \
|
||||
-v $dir/executors/nasm:/executor_nasm:ro \
|
||||
piston \
|
||||
runuser \
|
||||
-l runner \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue