meilisearch/MeiliSearch
在 GitHub 查看download-latest.sh: return an error when the musl C library is present on the machine
Open
#4,379 创建于 2024年1月31日
contribution acceptedenhancementgood first issuetooling
仓库指标
- Star
- (20,887 star)
- 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