Skip to content

Commit

Permalink
Workaround for #176
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 17, 2025
1 parent 5588ff4 commit 154807b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG RUBY_VERSION=3.4.1
ENV MAVEN_VERSION=$MAVEN_VERSION \
MAVEN_HOME="/opt/maven/${MAVEN_VERSION}" \
ANDROID_HOME=/opt/android-sdk-linux \
JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8" \
JAVA_TOOL_OPTIONS="-XX:UseSVE=0 -Dfile.encoding=UTF-8" \
PHP_PARSER_BIN=/opt/vendor/bin/php-parse \
PYTHONUNBUFFERED=1 \
PYTHONIOENCODING="utf-8" \
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.sle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainer="appthreat" \
ARG RUBY_VERSION=3.4.1

ENV ANDROID_HOME=/opt/android-sdk-linux \
JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8" \
JAVA_TOOL_OPTIONS="-XX:UseSVE=0 -Dfile.encoding=UTF-8" \
PHP_PARSER_BIN=/opt/vendor/bin/php-parse \
PYTHONUNBUFFERED=1 \
PYTHONIOENCODING="utf-8" \
Expand Down

0 comments on commit 154807b

Please sign in to comment.