Skip to content

Commit 74f45f2

Browse files
committed
armv7: enable gcc-8 for armv7 cross-compile
Ref: #2445
1 parent 7079715 commit 74f45f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def buildExclusions = [
5050
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, lt(12) ],
5151
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, gte(14) ],
5252
[ /^cross-compiler-ubuntu1804-armv7-gcc-6/, anyType, lt(14) ],
53+
[ /^cross-compiler-ubuntu1804-armv7-gcc-6/, anyType, gte(16) ],
54+
[ /^cross-compiler-ubuntu1804-armv7-gcc-8/, anyType, lt(16) ],
5355
[ /^ubuntu1604-arm64/, anyType, gte(14) ],
5456

5557
// Windows -----------------------------------------------

0 commit comments

Comments
 (0)