Skip to content

Commit

Permalink
use graal
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi77Qi committed Dec 19, 2018
1 parent 0ab8cbc commit 8800814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ configure.rb
.history/
.lib/
.bloop/
.metals
dist/*
target/
lib_managed/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8
FROM oracle/graalvm-ce:1.0.0-rc10

# To run, build jar using ./docker/build.sh

Expand Down
1 change: 1 addition & 0 deletions docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cd $SAM_DIR
export SBT_OPTS="-Xms2g -Xmx2g -Ddirectory.url=$DIRECTORY_URL -Ddirectory.password=$DIRECTORY_PASSWORD"
sbt "testOnly -- -l org.broadinstitute.tags.SchemaInit"
sbt assembly
java -version
SAM_JAR=$(find target | grep 'sam.*\.jar')
mv $SAM_JAR .
sbt clean

0 comments on commit 8800814

Please sign in to comment.