We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b4c03 commit 12fa548Copy full SHA for 12fa548
jenkins/scripts/VersionSelectorScript.groovy
@@ -25,7 +25,7 @@ def buildExclusions = [
25
[ /^centos7-(arm)?64-gcc8/, anyType, gte(18) ], // 18.x: centos7 builds stop
26
[ /^centos7-64/, anyType, gte(18) ],
27
[ /debian10/, anyType, gte(21) ],
28
- [ /alpine-last-latest/, anyType, gte(23) ], // Alpine 3.18. Bug in GCC 12.2.
+ [ /alpine-last-latest/, anyType, gte(22) ], // Alpine 3.18. Bug in GCC 12.2.
29
[ /rhel7/, anyType, gte(18) ],
30
[ /^ubuntu1604-32/, anyType, gte(18) ], // 32-bit linux for <10 only
31
[ /^ubuntu1604-64/, anyType, gte(18) ],
0 commit comments