Skip to content

Commit 89106ce

Browse files
committed
bot: Use grcov built with musl
1 parent 16b07f7 commit 89106ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/ci/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apt-get install --no-install-recommends -y gcc curl bzip2 python-dev-is-python3
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-x86_64-unknown-linux-gnu.tar.bz2 | tar -C /usr/bin -xjv
13+
curl -L https://github.com/mozilla/grcov/releases/download/$GRCOV_VERSION/grcov-x86_64-unknown-linux-musl.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)