@@ -21,9 +21,11 @@ def buildExclusions = [
21
21
// Linux -------------------------------------------------
22
22
[ / ^centos6/ , releaseType, lt(8 ) ],
23
23
[ / ^centos6/ , anyType, gte(12 ) ],
24
- [ / centos[67]-(arm)?(64|32)-gcc48/ , anyType, gte(10 ) ],
25
- [ / centos[67]-(arm)?(64|32)-gcc6/ , anyType, lt(10 ) ],
26
- [ / centos6-32-gcc6/ , releaseType, gte(10 ) ], // 32-bit linux for <10 only
24
+ [ / ^centos[67]-(arm)?(64|32)-gcc48/ ,anyType, gte(10 ) ],
25
+ [ / ^centos[67]-(arm)?(64|32)-gcc6/ , anyType, lt(10 ) ],
26
+ [ / ^centos[67]-(arm)?(64|32)-gcc6/ , anyType, gte(14 ) ], // 14.x: gcc6 builds stop
27
+ [ / ^centos7-(arm)?(64)-gcc8/ , anyType, lt(14 ) ], // 14.x: gcc8 builds start
28
+ [ / ^centos6-32-gcc6/ , releaseType, gte(10 ) ], // 32-bit linux for <10 only
27
29
[ / ^centos7-64/ , releaseType, lt(12 ) ],
28
30
[ / debian8-x86/ , anyType, gte(10 ) ], // 32-bit linux for <10 only
29
31
[ / debian8/ , anyType, gte(13 ) ],
@@ -48,6 +50,7 @@ def buildExclusions = [
48
50
[ / ^cross-compiler-armv[67]-gcc-4.9/ , anyType, lt(10 ) ],
49
51
[ / ^cross-compiler-armv[67]-gcc-4.9/ , anyType, gte(12 ) ],
50
52
[ / ^cross-compiler-armv[67]-gcc-6/ , anyType, lt(12 ) ],
53
+ [ / ^ubuntu1604-arm64/ , anyType, gte(14 ) ],
51
54
52
55
// Windows -----------------------------------------------
53
56
// https://github.com/nodejs/build/blob/master/doc/windows-visualstudio-supported-versions.md
0 commit comments