Skip to content

Commit 451a0bf

Browse files
committed
typo
1 parent 6327c03 commit 451a0bf

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

builder/core/data.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -581,19 +581,12 @@ class PKG_TOOLS(Enum):
581581
'c': "clang-16",
582582
'cxx': "clang++-16",
583583
'cmake_args': ['-DENABLE_FUZZ_TESTS=ON'],
584-
'apt_compiler_packages': ['llibc++abi-16-dev'],
584+
'apt_compiler_packages': ['libc++abi-16-dev'],
585585
},
586+
# the ubuntu instance doesn't have 17 and 18 yet. We can try to install from source. But, skip for now.
586587
'17': {
587-
'c': "clang-17",
588-
'cxx': "clang++-17",
589-
'cmake_args': ['-DENABLE_FUZZ_TESTS=ON'],
590-
'apt_compiler_packages': ['libc++abi-17-dev'],
591588
},
592589
'18': {
593-
'c': "clang-18",
594-
'cxx': "clang++-18",
595-
'cmake_args': ['-DENABLE_FUZZ_TESTS=ON'],
596-
'apt_compiler_packages': ['libc++abi-18-dev'],
597590
},
598591
},
599592
'architectures': {

0 commit comments

Comments
 (0)