We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0c4a0 commit 3bcd8aaCopy full SHA for 3bcd8aa
bot/ci/bootstrap.sh
@@ -1,10 +1,11 @@
1
#!/bin/bash -ex
2
-GRCOV_VERSION="v0.5.9"
+GRCOV_VERSION="v0.5.10"
3
MERCURIAL_VERSION="5.3"
4
VERSION_CONTROL_TOOLS_REV="2f7b4df4a928"
5
6
apt-get update
7
-apt-get install --no-install-recommends -y gcc curl bzip2 python-dev
+# 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
9
10
pip install --disable-pip-version-check --quiet --no-cache-dir mercurial==$MERCURIAL_VERSION
11
0 commit comments