Skip to content

Commit

Permalink
Merge #140: delete_nonreduced_fuzz_inputs.sh: Add missing libsqlite3-dev
Browse files Browse the repository at this point in the history
b56e160 delete_nonreduced_fuzz_inputs.sh: Add missing libsqlite3-dev (MarcoFalke)

Pull request description:

  Hopefully fixes this bug from bitcoin-core/qa-assets#97 (comment)

ACKs for top commit:
  fanquake:
    ACK b56e160

Tree-SHA512: 6defd88ebb40930c443c1d80f2a378f04ce05210e48e388c88ebc0b6770f66699669b9edf2aebaee555a8a3d712873cb7b6f5f093d055fc813abcc67cd97c598
  • Loading branch information
fanquake committed Oct 11, 2022
2 parents 406063c + b56e160 commit 112deab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delete_nonreduced_fuzz_inputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apt update
apt install -y \
git \
build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 \
libevent-dev libboost-dev \
libsqlite3-dev libevent-dev libboost-dev \
clang llvm

git clone https://github.com/bitcoin-core/qa-assets.git
Expand Down

0 comments on commit 112deab

Please sign in to comment.