We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7079715 commit 74f45f2Copy full SHA for 74f45f2
jenkins/scripts/VersionSelectorScript.groovy
@@ -50,6 +50,8 @@ def buildExclusions = [
50
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, lt(12) ],
51
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, gte(14) ],
52
[ /^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) ],
55
[ /^ubuntu1604-arm64/, anyType, gte(14) ],
56
57
// Windows -----------------------------------------------
0 commit comments