Skip to content

Commit

Permalink
Add newer compilers (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 12, 2024
1 parent 97f3fc4 commit 30f2f92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions builder/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@ class PKG_TOOLS(Enum):
'13': {},
'14': {},
'15': {},
'16': {}
'16': {},
'17': {},
'18': {},
},
'architectures': {
# No fuzz tests on ARM
Expand Down Expand Up @@ -581,7 +583,9 @@ class PKG_TOOLS(Enum):
'9': {},
'10': {},
'11': {},
'12': {}
'12': {},
'13': {},
'14': {},
},

'architectures': {
Expand Down

0 comments on commit 30f2f92

Please sign in to comment.