0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

⬆️ Update babashka to 0.4.0 on devenv docker.

This commit is contained in:
Andrey Antukh 2021-05-10 09:07:56 +02:00 committed by Andrés Moya
parent 334ac26f0d
commit ecacd47523
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
export PENPOT_ASSERTS_ENABLED=true export PENPOT_ASSERTS_ENABLED=true
export OPTIONS="-A:jmx-remote:dev -J-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -J-Xms512m -J-Xmx512m -J-Dlog4j2.configurationFile=log4j2-devenv.xml" export OPTIONS="-A:jmx-remote:dev -J-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -J-Xms512m -J-Xmx512m -J-Dlog4j2.configurationFile=log4j2-devenv.xml";
# export OPTIONS="$OPTIONS -J-XX:+UnlockDiagnosticVMOptions";
# export OPTIONS="$OPTIONS -J-XX:-TieredCompilation -J-XX:CompileThreshold=10000";
export OPTIONS_EVAL="nil" export OPTIONS_EVAL="nil"
# export OPTIONS_EVAL="(set! *warn-on-reflection* true)" # export OPTIONS_EVAL="(set! *warn-on-reflection* true)"

View file

@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION=v14.16.1 \ ENV NODE_VERSION=v14.16.1 \
CLOJURE_VERSION=1.10.3.822 \ CLOJURE_VERSION=1.10.3.822 \
CLJKONDO_VERSION=2021.04.23 \ CLJKONDO_VERSION=2021.04.23 \
BABASHKA_VERSION=0.3.5 \ BABASHKA_VERSION=0.4.0 \
LANG=en_US.UTF-8 \ LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 LC_ALL=en_US.UTF-8