Disable Scalable Vector Engine (XX:UseSVE=0) to fix issues on macOS and other ARM platforms

https://github.com/elastic/elasticsearch/issues/118583
This commit is contained in:
t3chn0m4g3 2025-01-06 16:09:40 +01:00
parent b221a9d96e
commit 9fcc4cc1ad

View file

@ -1,7 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
ENV LS_VER=8.16.1
ENV _JAVA_OPTIONS="-XX:UseSVE=0"
#
# Include dist
COPY dist/ /root/dist/