Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
fallback is unacceptable
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed May 8, 2019
1 parent c8bbaec commit ac1c0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN sbt cli/assembly
# requires increase of max heap size to avoid OOM errors :-(
RUN JAVA_OPTS="-Xmx=2g" native-image \
--static \
--no-fallback \
-jar scalafmt-cli/target/scala-2.12/scalafmt.jar \
scalafmt-native

Expand Down

0 comments on commit ac1c0a5

Please sign in to comment.