Lines Matching +full:- +full:- +full:depth
7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder-rust
22 RUN apt-get update && \
23 …pt-get install -y software-properties-common wget make autoconf automake libtool build-essential c…
25 RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
26 RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz-corpora
27 RUN git clone --depth 1 https://github.com/openssl/openssl
28 RUN git clone --depth 1 https://boringssl.googlesource.com/boringssl
29 RUN git clone --depth 1 https://github.com/libressl-portable/portable libressl
31 RUN git clone --depth 1 https://github.com/weidai11/cryptopp/
32 RUN git clone --depth 1 git://git.gnupg.org/libgcrypt.git
33 RUN wget https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.36.tar.bz2
34 RUN git clone --depth 1 -b oss-fuzz https://github.com/project-everest/hacl-star evercrypt
35 RUN git clone --depth 1 https://github.com/google/cityhash.git
36 RUN git clone --depth 1 https://github.com/randombit/botan.git
37 RUN git clone --depth 1 https://github.com/wolfSSL/wolfssl.git
38 RUN git clone --depth 1 -b development_2.x https://github.com/ARMmbed/mbedtls.git
41 RUN git clone --depth 1 https://github.com/jedisct1/libsodium.git
42 RUN git clone --depth 1 https://github.com/libtom/libtomcrypt.git
43 #RUN git clone --depth 1 https://github.com/microsoft/SymCrypt.git
45 RUN wget https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.1.tar.gz
46 RUN git clone --depth 1 https://github.com/indutny/bn.js.git
47 RUN git clone --depth 1 https://github.com/MikeMcl/bignumber.js.git
48 RUN git clone --depth 1 https://github.com/guidovranken/libfuzzer-js.git
49 RUN git clone --depth 1 https://github.com/brix/crypto-js.git
50 RUN git clone --depth 1 https://github.com/LoupVaillant/Monocypher.git
51 RUN git clone --depth 1 https://github.com/trezor/trezor-firmware.git
52 RUN git clone --depth 1 https://github.com/Cyan4973/xxHash.git
53 RUN git clone --depth 1 https://github.com/paulmillr/noble-ed25519.git
54 RUN git clone --depth 1 https://github.com/paulmillr/noble-bls12-381.git
55 RUN git clone --depth 1 https://github.com/paulmillr/noble-secp256k1.git
56 RUN git clone --depth 1 https://github.com/supranational/blst.git
57 RUN git clone --depth 1 https://github.com/bitcoin-core/secp256k1.git
58 RUN apt-get remove -y libunwind8
59 RUN apt-get install -y libssl-dev
61 RUN wget https://nodejs.org/dist/v14.17.1/node-v14.17.1-linux-x64.tar.xz