mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 10:07:40 +08:00
Activate only the necessary features for Japanese
This commit is contained in:
parent
50c6854964
commit
8903c5304b
@ -17,7 +17,7 @@ RUN set -eux; \
|
||||
if [ "$apkArch" = "aarch64" ]; then \
|
||||
export JEMALLOC_SYS_WITH_LG_PAGE=16; \
|
||||
fi && \
|
||||
cargo build --release -p meilisearch -p meilitool
|
||||
cargo build --release -p meilisearch -p meilitool --no-default-features --features "analytics mini-dashboard japanese"
|
||||
|
||||
# Run
|
||||
FROM alpine:3.16
|
||||
|
Loading…
Reference in New Issue
Block a user