meilisearch/MeiliSearch

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

Open

#4,379 opened on 2024年1月31日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (733 forks)batch import
contribution acceptedenhancementgood first issuetooling

Repository metrics

Stars
 (20,887 stars)
PR merge metrics
 (平均マージ 11d 20h) (30d で 41 merged PRs)

説明

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

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