Skip to content

Commit

Permalink
Install lcov 1.15-1 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 14, 2024
1 parent c021d5a commit d93ea42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/install-sys-dependencies-linux
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ sudo apt-get update && sudo apt-get install ninja-build llvm-14 clang-tidy-14 li

# As of now, Ubuntu 24.04 has lcov 2.0-4ubuntu2 only, but we don't support it yet.
# Install lcov 1.15-1 manually.
wget -qO- http://mirrors.kernel.org/ubuntu/pool/universe/l/lcov/lcov_1.15-1_all.deb \
| sudo dpkg -i - \
&& sudo apt-get install -f
LCOV_DEB="$(mktemp)"
wget -O "$LCOV_DEB" http://mirrors.kernel.org/ubuntu/pool/universe/l/lcov/lcov_1.15-1_all.deb
sudo dpkg -i "$LCOV_DEB"

0 comments on commit d93ea42

Please sign in to comment.