Skip to content

Commit

Permalink
Update native gem system requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Dec 15, 2024
1 parent b367c11 commit 9926855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ It supports the following RE2 ABI versions:
Where possible, a pre-compiled native gem will be provided for the following platforms:

* Linux
* `aarch64-linux` and `arm-linux` (requires [glibc](https://www.gnu.org/software/libc/) 2.29+)
* `x86-linux` and `x86_64-linux` (requires [glibc](https://www.gnu.org/software/libc/) 2.17+)
* `aarch64-linux`, `arm-linux`, `x86-linux` and `x86_64-linux` (requires [glibc](https://www.gnu.org/software/libc/) 2.29+)
* [musl](https://musl.libc.org/)-based systems such as [Alpine](https://alpinelinux.org) are supported as long as a [glibc-compatible library is installed](https://wiki.alpinelinux.org/wiki/Running_glibc_programs)
* macOS `x86_64-darwin` and `arm64-darwin`
* Windows `x64-mingw32` and `x64-mingw-ucrt`
Expand Down

0 comments on commit 9926855

Please sign in to comment.