Skip to content

Commit

Permalink
Delete all my projects
Browse files Browse the repository at this point in the history
  • Loading branch information
guidovranken committed Nov 21, 2024
1 parent 51922e4 commit 9ad6a89
Show file tree
Hide file tree
Showing 56 changed files with 3 additions and 4,229 deletions.
24 changes: 0 additions & 24 deletions projects/bearssl/Dockerfile

This file was deleted.

89 changes: 0 additions & 89 deletions projects/bearssl/build.sh

This file was deleted.

13 changes: 0 additions & 13 deletions projects/bearssl/project.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions projects/bignum-fuzzer/Dockerfile

This file was deleted.

152 changes: 0 additions & 152 deletions projects/bignum-fuzzer/build.sh

This file was deleted.

21 changes: 0 additions & 21 deletions projects/bignum-fuzzer/project.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions projects/bitcoin-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ 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-core/qa-assets bitcoin-core/assets && \
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/bitcoin-core/secp256k1.git
RUN git clone --depth 1 https://github.com/randombit/botan.git
RUN git clone --depth 1 https://github.com/trezor/trezor-firmware.git
RUN git clone --depth 1 https://github.com/google/wycheproof.git
RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
WORKDIR bitcoin-core
COPY build.sh $SRC/
COPY build_cryptofuzz.sh $SRC/
5 changes: 0 additions & 5 deletions projects/bitcoin-core/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
# Print date to embed it into build logs
date

if [ "$SANITIZER" != "introspector" ]; then
# Temporarily skip this under introspector
$SRC/build_cryptofuzz.sh
fi

cd $SRC/bitcoin-core/

# Build dependencies
Expand Down
Loading

0 comments on commit 9ad6a89

Please sign in to comment.