Skip to content

Commit 5374656

Browse files
committed
doc: add a warning about the upcoming min glibc version bump
1 parent 0163127 commit 5374656

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ runs:
101101
## Linux Requirements
102102
The Linux binaries target \`glibc\`: to run them or install the \`.deb\` packages you must have \`glibc\` version \`2.31+\` installed.
103103
Compatible systems include, but are not limited to, \`Ubuntu 20.04+\` or \`Debian 11+\` (Bullseye)).
104+
105+
> [!WARNING]
106+
> After the release of distribution `2506`, the minimum required \`glibc\` version for Linux binaries
107+
> will be raised to \`2.35\`.
108+
> Compatible systems include, but are not limited to, \`Ubuntu 22.04+\` or \`Debian 12+\` (Bookworm)).
109+
>
110+
> If you using a system with an older version of \`glibc\`, you will need to compile the binaries from source.
104111
EOF
105112
106113
- name: Fetch the latest version of the unstable tag

docs/website/root/compiled-binaries.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ The Linux binaries target `glibc`, and have a minimum requirement of `glibc 2.31
2929
or `Debian Bullseye`).
3030

3131
:::
32+
33+
:::warning
34+
35+
After the release of distribution `2506` mid-February, the minimum required `glibc` version for Linux binaries
36+
will be raised to `2.35` (compatible with `Ubuntu 22.04` or `Debian 12 - Bookworm`).
37+
38+
If you using a system with an older version of `glibc`, you will need to compile the binaries from source.
39+
40+
:::

docs/website/versioned_docs/version-maintained/compiled-binaries.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ The Linux binaries target `glibc`, and have a minimum requirement of `glibc 2.31
2929
or `Debian Bullseye`).
3030

3131
:::
32+
33+
:::warning
34+
35+
After the release of distribution `2506` mid-February, the minimum required `glibc` version for Linux binaries
36+
will be raised to `2.35` (compatible with `Ubuntu 22.04` or `Debian 12 - Bookworm`).
37+
38+
If you using a system with an older version of `glibc`, you will need to compile the binaries from source.
39+
40+
:::

0 commit comments

Comments
 (0)