mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
Add Kotlin support
This commit is contained in:
parent
b750de1f5e
commit
c36c5a6e63
7 changed files with 24 additions and 0 deletions
|
@ -145,6 +145,14 @@ tar -xzf julia-1.4.1-linux-x86_64.tar.gz
|
|||
echo 'export PATH=$PATH:/opt/julia/julia-1.4.1/bin' >> /opt/.profile
|
||||
source /opt/.profile
|
||||
|
||||
#install kotlin
|
||||
#final binary: /opt/kotlinc/bin/kotlinc
|
||||
cd /opt
|
||||
wget https://github.com/JetBrains/kotlin/releases/download/v1.3.72/kotlin-compiler-1.3.72.zip
|
||||
unzip kotlin-compiler-1.3.72.zip
|
||||
rm kotlin-compiler-1.3.72.zip
|
||||
echo 'export PATH=$PATH:/opt/kotlinc/bin' >> /opt/.profile
|
||||
source /opt/.profile
|
||||
|
||||
# create runnable users and apply limits
|
||||
for i in {1..150}; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue