mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
Added haskell support
This commit is contained in:
parent
a89d22bd25
commit
3246ed6781
6 changed files with 18 additions and 0 deletions
|
@ -218,6 +218,11 @@ make
|
|||
echo 'export PATH=$PATH:/opt/lua/lua54/src' >> /opt/.profile
|
||||
source /opt/.profile
|
||||
|
||||
# install haskell
|
||||
# final binary: /usr/bin/ghc
|
||||
# get version: /usr/bin/ghc --version
|
||||
apt install ghc
|
||||
|
||||
# create runnable users and apply limits
|
||||
for i in {1..150}; do
|
||||
useradd -M runner$i
|
||||
|
@ -323,6 +328,7 @@ If an invalid language is supplied, a typical response will look like the follow
|
|||
- elixir
|
||||
- emacs
|
||||
- go
|
||||
- haskell
|
||||
- java
|
||||
- julia
|
||||
- kotlin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue