Skip to content

Commit 03afd6c

Browse files
Use debian bullseye to support GLIBC 2.31 (#9849)
* Use debian bullseye to support GLIBC 2.31 * Remove debugging scripts from workflow --------- Co-authored-by: pyamada (Remote Dev Environment) <[email protected]>
1 parent 372ad34 commit 03afd6c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: linux-gnu-x64
9191
runs-on: ubuntu-20.04
9292
container:
93-
image: node:22.4-bookworm
93+
image: node:22.4-bullseye
9494
steps:
9595
- uses: actions/checkout@v3
9696
- name: Install Rust

docs/Continuous Integration/Native Binary Builds.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ Run the desired GitHub actions job:
2323
```
2424
gh act --input profile=release --job "build-linux-gnu-x64"
2525
```
26+
27+
## GLIBC Versions
28+
29+
- x86 builds rely on minimum GLIBC 2.31 in Debian 11 - bullseye https://packages.debian.org/bullseye/libc6

0 commit comments

Comments
 (0)