File tree 3 files changed +0
-198
lines changed
3 files changed +0
-198
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,6 @@ RUN apt-get update && apt-get install -y \
26
26
RUN git clone --depth=1 https://github.com/bitcoin/bitcoin.git bitcoin-core
27
27
RUN git clone --depth=1 https://github.com/bitcoin-core/qa-assets bitcoin-core/assets && \
28
28
rm -rf bitcoin-core/assets/.git # Remove git history to save storage
29
- RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
30
29
RUN git clone --depth 1 https://github.com/bitcoin-core/secp256k1.git
31
- RUN git clone --depth 1 https://github.com/randombit/botan.git
32
- RUN git clone --depth 1 https://github.com/trezor/trezor-firmware.git
33
- RUN git clone --depth 1 https://github.com/google/wycheproof.git
34
- RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
35
30
WORKDIR bitcoin-core
36
31
COPY build.sh $SRC/
37
- COPY build_cryptofuzz.sh $SRC/
Original file line number Diff line number Diff line change 18
18
# Print date to embed it into build logs
19
19
date
20
20
21
- if [ " $SANITIZER " != " introspector" ]; then
22
- # Temporarily skip this under introspector
23
- $SRC /build_cryptofuzz.sh
24
- fi
25
-
26
21
cd $SRC /bitcoin-core/
27
22
28
23
# Build dependencies
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments