Skip to content

Commit

Permalink
deps: do not install abseil libraries as system dependency
Browse files Browse the repository at this point in the history
The `abseil` library is now included in cmake dependencies, there is no
need to install it.

Signed-off-by: Michal Maslanka <michal@redpadna.com>
  • Loading branch information
Michal Maslanka committed Nov 9, 2023
1 parent 11b2dcf commit 4bd44c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ deb_deps=(
git
gnutls-dev
golang
libabsl-dev
libboost-all-dev
libc-ares-dev
libcrypto++-dev
Expand All @@ -58,7 +57,6 @@ deb_deps=(
xfslibs-dev
)
fedora_deps=(
abseil-cpp-devel
boost-devel
c-ares-devel
cargo
Expand Down

0 comments on commit 4bd44c9

Please sign in to comment.