Skip to content

Commit

Permalink
Merge pull request #269 from lbialy/fix-scala-jvm-times
Browse files Browse the repository at this point in the history
stop using coursier launcher for scala artifacts
  • Loading branch information
PEZ authored Dec 22, 2024
2 parents 167488e + 77a94cb commit 9b91172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ compile 'nim' 'nim -d:release --threads:off --stackTrace:off --lineTrace:off --o
compile 'sbcl' 'sbcl --noinform --non-interactive --load "common-lisp/code.lisp" --build'
compile 'fpc' 'fpc -O3 fpc/code.pas'
compile 'crystal' 'crystal build -o crystal/code --release crystal/code.cr'
compile 'scala' 'scala-cli --power package scala/code.scala -f -o scala/code'
compile 'scala' 'scala-cli --power package --assembly scala/code.scala -f -o scala/code'
compile 'scala' 'scala-cli --power package --native scala/code.scala -f -o scala/code-native --native-mode release-full'
compile 'scala' 'scala-cli --power package --js scala/codeJS.scala -f -o scala/code.js --js-mode fullLinkJS'
compile 'scala' 'bun build --bytecode --compile scala/code.js --outfile scala/bun'
Expand Down

0 comments on commit 9b91172

Please sign in to comment.