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 合併指標
 (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

貢獻者指南