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 af6963e commit c1a7934Copy full SHA for c1a7934
bot/ci/bootstrap.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash -ex
2
-GRCOV_VERSION="v0.5.12"
+GRCOV_VERSION="v0.5.13"
3
MERCURIAL_VERSION="5.3"
4
VERSION_CONTROL_TOOLS_REV="2f7b4df4a928"
5
@@ -10,7 +10,7 @@ apt-get install --no-install-recommends -y gcc curl bzip2 python-dev libgoogle-p
10
pip install --disable-pip-version-check --quiet --no-cache-dir mercurial==$MERCURIAL_VERSION
11
12
# Setup grcov
13
-curl -L https://github.com/mozilla/grcov/releases/download/$GRCOV_VERSION/grcov-linux-x86_64.tar.bz2 | tar -C /usr/bin -xjv
+curl -L https://github.com/mozilla/grcov/releases/download/$GRCOV_VERSION/grcov-tcmalloc-linux-x86_64.tar.bz2 | tar -C /usr/bin -xjv
14
chmod +x /usr/bin/grcov
15
16
# Setup mercurial with needed extensions
0 commit comments