Skip to content

Commit f5f40c6

Browse files
more compilers
1 parent 97f3fc4 commit f5f40c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

builder/core/data.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,9 @@ class PKG_TOOLS(Enum):
539539
'13': {},
540540
'14': {},
541541
'15': {},
542-
'16': {}
542+
'16': {},
543+
'17': {},
544+
'18': {},
543545
},
544546
'architectures': {
545547
# No fuzz tests on ARM
@@ -581,7 +583,9 @@ class PKG_TOOLS(Enum):
581583
'9': {},
582584
'10': {},
583585
'11': {},
584-
'12': {}
586+
'12': {},
587+
'13': {},
588+
'14': {},
585589
},
586590

587591
'architectures': {

0 commit comments

Comments
 (0)