From 02ff22a6adc76d1cf9859856ca5cbd3c7a092c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 14 Jan 2025 14:44:20 +0100 Subject: [PATCH] Update minimum Linux kernel version 2.6.22 (#814) Bump the minimum version after https://github.com/crystal-lang/crystal/pull/15335 --- docs/syntax_and_semantics/platform_support.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/syntax_and_semantics/platform_support.md b/docs/syntax_and_semantics/platform_support.md index 80d3d3adb..5191a23c8 100644 --- a/docs/syntax_and_semantics/platform_support.md +++ b/docs/syntax_and_semantics/platform_support.md @@ -21,8 +21,8 @@ and drop into *Tier 2*. | ------ | ----------- | ------------------ | ------- | | `aarch64-darwin` | Aarch64 macOS
(Apple Silicon) | 11+ *(testing only on 14)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | | `x86_64-darwin` | x64 macOS
(Intel) | 11+
*(testing only on 13; expected to work on 10.7+)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | -| `x86_64-linux-gnu` | x64 Linux | kernel 4.14+, GNU libc 2.26+
*(expected to work on kernel 2.6.18+)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | -| `x86_64-linux-musl` | x64 Linux | kernel 4.14+, MUSL libc 1.2+
*(expected to work on kernel 2.6.18+)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | +| `x86_64-linux-gnu` | x64 Linux | kernel 4.14+, GNU libc 2.26+
*(expected to work on kernel 2.6.22+)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | +| `x86_64-linux-musl` | x64 Linux | kernel 4.14+, MUSL libc 1.2+
*(expected to work on kernel 2.6.22+)* | :material-checkbox-marked-circle: tests
:material-checkbox-marked-circle: builds | *** @@ -38,8 +38,8 @@ Details are described in the *Comment* column. | `aarch64-linux-gnu` | Aarch64 Linux | GNU libc 2.26+ | :material-checkbox-marked-circle: tests
:material-selection-ellipse: builds | | `aarch64-linux-musl` | Aarch64 Linux | MUSL libc 1.2+ | :material-checkbox-marked-circle: tests
:material-selection-ellipse: builds | | `arm-linux-gnueabihf` | Aarch32 Linux
(hardfloat) | GNU libc 2.26+ | :material-selection-ellipse: tests
:material-selection-ellipse: builds | -| `i386-linux-gnu` | x86 Linux | kernel 4.14+, GNU libc 2.26+
*(expected to work on kernel 2.6.18+)* | :material-selection-ellipse: tests
:material-selection-ellipse: builds | -| `i386-linux-musl` | x86 Linux | kernel 4.14+, MUSL libc 1.2+
*(expected to work on kernel 2.6.18+)* | :material-selection-ellipse: tests
:material-selection-ellipse: builds | +| `i386-linux-gnu` | x86 Linux | kernel 4.14+, GNU libc 2.26+
*(expected to work on kernel 2.6.22+)* | :material-selection-ellipse: tests
:material-selection-ellipse: builds | +| `i386-linux-musl` | x86 Linux | kernel 4.14+, MUSL libc 1.2+
*(expected to work on kernel 2.6.22+)* | :material-selection-ellipse: tests
:material-selection-ellipse: builds | | `x86_64-openbsd` | x64 OpenBSD | 6+ | :material-selection-ellipse: tests
:material-selection-ellipse: builds | | `x86_64-freebsd` | x64 FreeBSD | 12+ | :material-selection-ellipse: tests
:material-selection-ellipse: builds |