8000 Omit locale generation · localstack/localstack@cad6125 · GitHub
[go: up one dir, main page]

Skip to content

Commit cad6125

Browse files
Omit locale generation
Opensearch/Elasticsearch now use the bundled JDK
1 parent e1c06ca commit cad6125

File tree

1 file changed

+1
-3
lines changed
  • localstack-core/localstack/packages

1 file changed

+1
-3
lines changed

localstack-core/localstack/packages/java.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ def _post_process(self, target: InstallTarget) -> None:
114114
# Required by MQ broker
115115
"jdk.httpserver,jdk.management,jdk.management.agent,"
116116
# Required by Spark and Hadoop
117-
"java.security.jgss,jdk.security.auth,"
118-
# OpenSearch requires Thai locale for segmentation support
119-
"jdk.localedata --include-locales en,th "
117+
"java.security.jgss,jdk.security.auth "
120118
# Supplementary args
121119
"--compress 2 --strip-debug --no-header-files --no-man-pages "
122120
# Output directory

0 commit comments

Comments
 (0)
0