meilisearch/MeiliSearch

download-latest.sh: return an error when the musl C library is present on the machine

Open

#4,379 创建于 2024年1月31日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (733 fork)batch import
contribution acceptedenhancementgood first issuetooling

仓库指标

Star
 (20,887 star)
PR 合并指标
 (平均合并 11天 20小时) (30 天内合并 41 个 PR)

描述

Meilisearch binary attached to the release cannot work with musl C library, like we can have with Alpine Linux.

The issue is, the download-latest.sh script does not return an error when we use it on a machine where musl C library is present.

We might want to return an equivalent of this error

贡献者指南