Skip to content

Commit 11ec2c9

Browse files
authored
ansible,jenkins: drop support for armv7 in Node.js 24 (#4071)
Refs: nodejs/node#58071
1 parent 5cd3023 commit 11ec2c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ansible/www-standalone/tools/promote/expected_assets/v24.x

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ node-{VERSION}-headers.tar.gz
1111
node-{VERSION}-headers.tar.xz
1212
node-{VERSION}-linux-arm64.tar.gz
1313
node-{VERSION}-linux-arm64.tar.xz
14-
node-{VERSION}-linux-armv7l.tar.gz
15-
node-{VERSION}-linux-armv7l.tar.xz
1614
node-{VERSION}-linux-ppc64le.tar.gz
1715
node-{VERSION}-linux-ppc64le.tar.xz
1816
node-{VERSION}-linux-s390x.tar.gz

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def buildExclusions = [
3535
[ /^cross-compiler-rhel8-armv7-gcc-10-glibc-2.28/, anyType, lt(20) ],
3636
[ /^cross-compiler-rhel8-armv7-gcc-10-glibc-2.28/, anyType, gte(23) ],
3737
[ /^cross-compiler-rhel9-armv7-gcc-12-glibc-2.28/, anyType, lt(23) ],
38+
[ /armv7/, anyType, gte(24) ],
3839

3940
// Windows -----------------------------------------------
4041
// https://github.com/nodejs/build/blob/main/doc/windows-visualstudio-supported-versions.md

0 commit comments

Comments
 (0)