Skip to content

Commit

Permalink
Enable release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Jun 3, 2021
1 parent c52d3b4 commit c270931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scala-native.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project.pkgs.stdenvNoCC.mkDerivation rec {

dontStrip = true;
outputHashAlgo = "sha256";
outputHash = "1k1wszyjvn20wp6873hzlri5i8pjqcj795asd0iy38sykc992lh5";
outputHash = "0mqvmr4kj4k5ckw8jhs3xyqxyxf8cafyprfjdy5y7q8gb6r2nv23";
outputHashMode = "recursive";

preHook = ''
Expand All @@ -52,6 +52,8 @@ project.pkgs.stdenvNoCC.mkDerivation rec {
buildPhase = ''
runHook preBuild
export SCALANATIVE_MODE=release-fast
sbt --sbt-dir "$HOME/sbt" --ivy "$HOME/.ivy2" --batch publishLocal '++2.13.6' \
auxlib/publishLocal \
clib/publishLocal \
Expand Down

0 comments on commit c270931

Please sign in to comment.