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 f39e15c commit 601c84bCopy full SHA for 601c84b
1 file changed
jenkins/scripts/VersionSelectorScript.groovy
@@ -68,7 +68,7 @@ def buildExclusions = [
68
[ /^aix72-power9/, releaseType, lt(26) ], // Build releases on Power 9 for >=26
69
70
// SmartOS -----------------------------------------------
71
- [ /^smartos18/, anyType, gte(18) ],
+ [ /^smartos22/, anyType, gte(26) ],
72
73
// FreeBSD -----------------------------------------------
74
[ /^freebsd12/, anyType, gte(22) ],
0 commit comments