meilisearch/MeiliSearch

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

开放

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

 (0 条评论) (0 个反应) (0 位负责人)Rust (2,542 个派生)batch import
contribution acceptedenhancementgood first issuetooling

仓库指标

星标
 (57,572 个星标)
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

贡献者指南