mirror of https://github.com/google/oss-fuzz.git
mbedtls: fix build (#10087)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57995 Apply the same fix from openssl https://github.com/google/oss-fuzz/pull/10063 Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
parent
df76eb3f27
commit
5e70fbdf53
|
@ -24,6 +24,8 @@ RUN git clone --recursive --depth 1 -b development https://github.com/Mbed-TLS/m
|
|||
RUN pip3 install -r $SRC/mbedtls/scripts/basic.requirements.txt
|
||||
|
||||
RUN git clone --depth 1 https://github.com/google/boringssl.git boringssl
|
||||
RUN git clone --depth 1 https://github.com/openssl/openssl.git openssl
|
||||
RUN git clone --depth 1 https://github.com/openssl/openssl.git openssl && \
|
||||
cd openssl && \
|
||||
git submodule update --init fuzz/corpora
|
||||
WORKDIR mbedtls
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue