Skip to content

Commit 5cd3023

Browse files
authored
jenkins: re-enable alpine-last-latest on all versions (#4069)
Since #3989, it's no longer running Alpine 3.18.
1 parent 4ae499a commit 5cd3023

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def buildExclusions = [
2121

2222
// Linux -------------------------------------------------
2323
[ /debian11/, anyType, gte(23) ],
24-
[ /alpine-last-latest/, anyType, gte(22) ], // Alpine 3.18. Bug in GCC 12.2.
2524
[ /rhel7/, anyType, gte(18) ],
2625
[ /^ubuntu1604-32/, anyType, gte(18) ], // 32-bit linux for <10 only
2726
[ /^ubuntu1604-64/, anyType, gte(18) ],

0 commit comments

Comments
 (0)