meilisearch/MeiliSearch

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

オープン

#4,379 opened on 2024/01/31

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,542 件のフォーク)batch import
contribution acceptedenhancementgood first issuetooling

Repository metrics

Stars
 (57,572 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド