Skip to content

Commit 84856ce

Browse files
committed
build: downgrade armv7 support to experimental
There are a bunch of issues on that platform with recent V8 versions and we don't have the capacity to fix them.
1 parent 3a19a71 commit 84856ce

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ body:
2828
- AIX
2929
- FreeBSD
3030
- Linux ARM64
31-
- Linux ARMv7
3231
- Linux PPC64LE
3332
- Linux s390x
3433
- Linux x64

.github/workflows/label-flaky-test-issue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
platform2label["AIX"]="aix";
2727
platform2label["FreeBSD"]="freebsd";
2828
platform2label["Linux ARM64"]="linux";
29-
platform2label["Linux ARMv7"]="arm";
3029
platform2label["Linux PPC64LE"]="ppc";
3130
platform2label["Linux s390x"]="s390";
3231
platform2label["Linux x64"]="linux";

BUILDING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ platforms. This is true regardless of entries in the table below.
110110
| GNU/Linux | x64 | kernel >= 3.10, musl >= 1.1.19 | Experimental | e.g. Alpine 3.8 |
111111
| GNU/Linux | x86 | kernel >= 3.10, glibc >= 2.17 | Experimental | Downgraded as of Node.js 10 |
112112
| GNU/Linux | arm64 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 1 | e.g. Ubuntu 20.04, Debian 10, RHEL 8 |
113-
| GNU/Linux | armv7 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 1 | e.g. Ubuntu 22.04, Debian 12 |
113+
| GNU/Linux | armv7 | kernel >= 4.18[^1], glibc >= 2.28 | Experimental | Downgraded as of Node.js 24 |
114114
| GNU/Linux | armv6 | kernel >= 4.14, glibc >= 2.24 | Experimental | Downgraded as of Node.js 12 |
115115
| GNU/Linux | ppc64le >=power8 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 2 | e.g. Ubuntu 20.04, RHEL 8 |
116116
| GNU/Linux | s390x | kernel >= 4.18[^1], glibc >= 2.28 | Tier 2 | e.g. RHEL 8 |
@@ -168,7 +168,6 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
168168
| darwin-x64 | macOS 13, Xcode 16 with -mmacosx-version-min=13.5 |
169169
| darwin-arm64 (and .pkg) | macOS 13 (arm64), Xcode 16 with -mmacosx-version-min=13.5 |
170170
| linux-arm64 | RHEL 8 with gcc-toolset-12[^6] |
171-
| linux-armv7l | Cross-compiled on RHEL 9 x64 with a [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)[^7] |
172171
| linux-ppc64le | RHEL 8 with gcc-toolset-12[^6] |
173172
| linux-s390x | RHEL 8 with gcc-toolset-12[^6] |
174173
| linux-x64 | RHEL 8 with gcc-toolset-12[^6] |
@@ -185,11 +184,6 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
185184
distributions natively supporting GCC 8.1 or higher, such as Debian 10,
186185
RHEL 8 and Ubuntu 20.04.
187186

188-
[^7]: Binaries produced on these systems are compatible with glibc >= 2.28
189-
and libstdc++ >= 6.0.30 (`GLIBCXX_3.4.30`). These are available on
190-
distributions natively supporting GCC 12.1 or higher, such as Debian 12,
191-
Ubuntu 22.04.
192-
193187
<!--lint enable final-definition-->
194188

195189
#### OpenSSL asm support

0 commit comments

Comments
 (0)