Skip to content

Commit 3bcd8aa

Browse files
committed
bot: Update grcov to version 0.5.10
1 parent 3a0c4a0 commit 3bcd8aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bot/ci/bootstrap.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/bin/bash -ex
2-
GRCOV_VERSION="v0.5.9"
2+
GRCOV_VERSION="v0.5.10"
33
MERCURIAL_VERSION="5.3"
44
VERSION_CONTROL_TOOLS_REV="2f7b4df4a928"
55

66
apt-get update
7-
apt-get install --no-install-recommends -y gcc curl bzip2 python-dev
7+
# libgoogle-perftools4 is currently required for grcov (until https://github.com/mozilla/grcov/issues/403 is fixed).
8+
apt-get install --no-install-recommends -y gcc curl bzip2 python-dev libgoogle-perftools4
89

910
pip install --disable-pip-version-check --quiet --no-cache-dir mercurial==$MERCURIAL_VERSION
1011

0 commit comments

Comments
 (0)