Skip to content

Commit

Permalink
fix(ci): libtor build on Ubuntu (#4644)
Browse files Browse the repository at this point in the history
Description
libtor-sys requires autoconf & automake tools to build 

Motivation and Context
Improve builds on Ubuntu

How Has This Been Tested?
Tested in a clean Vagrant VM using ```scripts/install_ubuntu_dependencies.sh```
  • Loading branch information
leet4tari authored Sep 9, 2022
1 parent 3949e0b commit 6f69276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_ubuntu_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ apt-get -y install \
clang-10 \
git \
cmake \
dh-autoreconf \
libc++-dev \
libc++abi-dev \
libprotobuf-dev \
Expand Down

0 comments on commit 6f69276

Please sign in to comment.