Skip to content

Commit 8f4f16f

Browse files
authored
jenkins: exclude ubuntu1804-arm64 for Node.js 20 (nodejs#3699)
The minimum supported gcc compiler for Node.js 20 is gcc 10.
1 parent 437f7e3 commit 8f4f16f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def buildExclusions = [
3333
[ /^centos7-ppcle/, anyType, gte(18) ],
3434

3535
// ARM --------------------------------------------------
36-
[ /^ubuntu1804-arm64/, anyType, gte(21) ],
36+
[ /^ubuntu1804-arm64/, anyType, gte(20) ], // 20.x: gcc8 builds stop
3737
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-4.9/, anyType, gte(18) ],
3838
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, gte(18) ],
3939
[ /^cross-compiler-ubuntu1804-armv7-gcc-6/, anyType, gte(18) ],

0 commit comments

Comments
 (0)