Skip to content

Commit c1a7934

Browse files
authored
bot: Update to grcov version 0.5.13 (#480)
1 parent af6963e commit c1a7934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/ci/bootstrap.sh

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

@@ -10,7 +10,7 @@ apt-get install --no-install-recommends -y gcc curl bzip2 python-dev libgoogle-p
1010
pip install --disable-pip-version-check --quiet --no-cache-dir mercurial==$MERCURIAL_VERSION
1111

1212
# 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
13+
curl -L https://github.com/mozilla/grcov/releases/download/$GRCOV_VERSION/grcov-tcmalloc-linux-x86_64.tar.bz2 | tar -C /usr/bin -xjv
1414
chmod +x /usr/bin/grcov
1515

1616
# Setup mercurial with needed extensions

0 commit comments

Comments
 (0)