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 25bcaef commit a47c6d8Copy full SHA for a47c6d8
1 file changed
jenkins/scripts/VersionSelectorScript.groovy
@@ -66,6 +66,9 @@ def buildExclusions = [
66
// SmartOS -----------------------------------------------
67
[ /^smartos18/, anyType, gte(16) ],
68
69
+ // FreeBSD -----------------------------------------------
70
+ [ /^freebsd12/, anyType, gte(22) ],
71
+
72
// Shared libs docker containers -------------------------
73
[ /sharedlibs_debug_x64/, anyType, gte(18) ],
74
[ /sharedlibs_openssl110/, anyType, gte(16) ],
0 commit comments