-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accepted OS version to run Meilisearch binary #3109
Comments
Some update about the minimal glib requirement. TLDR; minimal glibc required is 2.27. Meilisearch will still work for ubuntu 18.04 and later and debian 10 and later More info: meilisearch/product#547 (reply in thread) |
3261: Use ubuntu-18.04 container instead of GitHub hosted actions r=curquiza a=curquiza Related to (but does not fix totally) #3109 and meilisearch/product#547 (reply in thread) ## For reviewers, what's the PR changes: - Use ubuntu-latest where compiling with ubuntu-18.04 is not needed (`update-version-cargo-toml`, `fmt`, `clippy` jobs) - Where ubuntu-18.04 is required - Use `ubuntu-latest` as runner - Use `ubuntu:18.04` as Docker container - Install the required dependencies (curl and cc) - Use `actions-rs/toolchain@v1` instead of `hecrj/setup-rust-action@master`. It's more stable and followed alternative. Plus it was easy to make it work with our container contrary to the old one. Change applied in all our CIs to be more consistent - Remove some useless space to increase readability. Co-authored-by: curquiza <clementine@meilisearch.com>
After investigations and adaptations in the CI (#3261 and #3264) here are the final results about the compatible OS with Meilisearch Final resultsThe engine team ensures Meilisearch will work on
💡 "Meilisearch will work" = the
🐞 The time we will spend investigating and fixing bugs will depend on the proportion of users using Meilisearch with the OS distribution related to the bug. For instance, a bug only appearing on Windows 11 will not be prioritized compared to a bug appearing on Ubuntu 20. @irevoire @Kerollmops and @dureuill I would love to have your review regarding what I've written here to ensure I don't have written anything technically incorrect. @meilisearch/docs-team this information might really interest you for the docs 😇 |
3264: Remove macos-latest and windows-latest usages r=curquiza a=curquiza Related to #3109 (comment) Remove the `macos-latest` and `windows-latest` to replace them with the specific version: this will avoid "surprises" in the future when GitHub changes the `latest` version. This way, it will also allow us to let the documentation team know about the changes, since we will control the macOS/Windows version we support Co-authored-by: curquiza <clementine@meilisearch.com>
Related to
This issue is to define
Pingin @meilisearch/docs-team since communication in the docs might be needed.
The text was updated successfully, but these errors were encountered: