Skip to content

Commit c9264a4

Browse files
committed
Remove gcc 8.0.1 test
1 parent 16161a2 commit c9264a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/drone/functions.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def image_supports_caching(image_str, compiler_str):
984984
# - compilers_in_range('gcc >=10') -> [('gcc', '12'), ('gcc', '11'), ('gcc', '10')]
985985
def compilers_in_range(compiler_range_str):
986986
supported = {
987-
'gcc': ['12', '11', '10', '9', '8.4', '8.0.1', '7', '6', '5', '4.9', '4.8'],
987+
'gcc': ['12', '11', '10', '9', '8.4', '7', '6', '5', '4.9', '4.8'],
988988
's390x-gcc': ['12'],
989989
'arm64-gcc': ['11'],
990990
'freebsd-gcc': ['11', '10', '9', '8'],

0 commit comments

Comments
 (0)