Skip to content

Commit

Permalink
Pass ENSO_LAUNCHER in docker, if present (#12418)
Browse files Browse the repository at this point in the history
Passing `ENSO_LAUNCHER=native` will use native image for language
server.
  • Loading branch information
hubertp authored Mar 6, 2025
1 parent 048dea5 commit 76ae9a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/docker/engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ARG PRINT_VERSION=0
ARG JAVA_OPTS="-XX:MaxRAMPercentage=90.0 -XX:InitialRAMPercentage=90.0"
ARG PROFILING_FILENAME
ARG PROFILING_TIME
ARG ENSO_LAUNCHER

RUN useradd -u 2000 -c 'Enso Developer' -U -m ensodev

Expand Down Expand Up @@ -65,6 +66,7 @@ ENV YDOC_PORT=${YDOC_PORT}
ENV LOG_LEVEL=${LOG_LEVEL}
ENV PRINT_VERSION=${PRINT_VERSION}
ENV JAVA_OPTS=${JAVA_OPTS}
ENV ENSO_LAUNCHER=${ENSO_LAUNCHER}

EXPOSE ${RPC_PORT}
EXPOSE ${DATA_PORT}
Expand Down

0 comments on commit 76ae9a1

Please sign in to comment.