Skip to content

Commit

Permalink
[mbedtls] Fix benchmark build - openssl corpora has moved to submodule (
Browse files Browse the repository at this point in the history
google#1832)

Docker build was failing because corpora was moved to
https://github.com/openssl/fuzz-corpora
  • Loading branch information
SweetVishnya authored Apr 26, 2023
1 parent 212cda4 commit 0b5d325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/mbedtls_fuzz_dtlsclient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN apt-get update && apt-get install -y \
RUN git clone --recursive -b development https://github.com/Mbed-TLS/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
RUN git clone --recursive https://github.com/openssl/openssl.git openssl
WORKDIR mbedtls
COPY build.sh $SRC/
2 changes: 1 addition & 1 deletion benchmarks/mbedtls_fuzz_dtlsclient_7c6b0e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN apt-get update && apt-get install -y \
RUN git clone --recursive -b development https://github.com/Mbed-TLS/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
RUN git clone --recursive https://github.com/openssl/openssl.git openssl
WORKDIR mbedtls
COPY build.sh $SRC/

0 comments on commit 0b5d325

Please sign in to comment.