File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff 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' : {
You can’t perform that action at this time.
0 commit comments