mirror of https://github.com/google/oss-fuzz.git
cras: Add libclang for bindgen (#9774)
Similar to https://github.com/google/oss-fuzz/pull/9317, we'd be using bindgen so we need libclang.so on the image.
This commit is contained in:
parent
a85519a7b8
commit
09e0afce9c
|
@ -37,6 +37,7 @@ RUN apt-get -y update && \
|
|||
libsndfile-dev \
|
||||
libspeexdsp-dev \
|
||||
libsystemd-dev \
|
||||
libclang1 \
|
||||
libtool \
|
||||
libudev-dev \
|
||||
wget \
|
||||
|
|
Loading…
Reference in New Issue