mirror of https://github.com/google/oss-fuzz.git
[Mbedtls] Use main repo and patch afterwards (#1793)
This commit is contained in:
parent
a9ae43ef6b
commit
1c0f84362b
|
@ -18,9 +18,9 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
#TODO change
|
||||
MAINTAINER support-mbedtls@arm.com
|
||||
RUN apt-get update && apt-get install -y make cmake
|
||||
#TODO change when merged into master branch of official repo
|
||||
RUN git clone --depth 1 --branch fuzz https://github.com/catenacyber/mbedtls.git mbedtls
|
||||
RUN git clone --depth 1 https://github.com/ARMmbed/mbedtls.git mbedtls
|
||||
RUN git clone --depth 1 https://github.com/google/boringssl.git boringssl
|
||||
RUN git clone --depth 1 https://github.com/openssl/openssl.git openssl
|
||||
WORKDIR mbedtls
|
||||
COPY fuzzmbedtls.diff $SRC/fuzz.diff
|
||||
COPY build.sh $SRC/
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
################################################################################
|
||||
|
||||
# build project
|
||||
# TODO change when merged into master branch of official repo
|
||||
git apply ../fuzz.diff
|
||||
cmake .
|
||||
make -j$(nproc) all
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue