mirror of https://github.com/google/oss-fuzz.git
Don't install clang-repl (#8471)
It's unneeded and adds 100MB of unneeded bloat.
This commit is contained in:
parent
d3e4ba3bb8
commit
d50dacbfb4
|
@ -193,6 +193,7 @@ function free_disk_space {
|
|||
/usr/local/bin/clang-refactor \
|
||||
/usr/local/bin/clang-offload-wrapper \
|
||||
/usr/local/bin/clang-offload-bundler \
|
||||
/usr/local/bin/clang-repl \
|
||||
/usr/local/bin/clang-check \
|
||||
/usr/local/bin/clang-refactor \
|
||||
/usr/local/bin/c-index-test \
|
||||
|
|
Loading…
Reference in New Issue