meilisearch/MeiliSearch

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

Open

#4.379 geöffnet am 31. Jan. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (733 Forks)batch import
contribution acceptedenhancementgood first issuetooling

Repository-Metriken

Stars
 (20.887 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 20h) (41 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide