mirror of https://github.com/google/oss-fuzz.git
bitcoin-core: Try to work around out-of-space error (#10388)
No idea, but this hopefully fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=59309
This commit is contained in:
parent
a1605ce675
commit
e9081194d4
|
@ -25,6 +25,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
|
|
||||||
RUN git clone --depth=1 https://github.com/bitcoin/bitcoin.git bitcoin-core
|
RUN git clone --depth=1 https://github.com/bitcoin/bitcoin.git bitcoin-core
|
||||||
RUN git clone --depth=1 https://github.com/bitcoin-core/qa-assets bitcoin-core/assets
|
RUN git clone --depth=1 https://github.com/bitcoin-core/qa-assets bitcoin-core/assets
|
||||||
|
RUN rm -rf bitcoin-core/assets/.git # Remove git history to save storage
|
||||||
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
|
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
|
||||||
RUN git clone --depth 1 https://github.com/bitcoin-core/secp256k1.git
|
RUN git clone --depth 1 https://github.com/bitcoin-core/secp256k1.git
|
||||||
RUN git clone --depth 1 https://github.com/randombit/botan.git
|
RUN git clone --depth 1 https://github.com/randombit/botan.git
|
||||||
|
|
Loading…
Reference in New Issue