Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bot/ci/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/bash -ex
GRCOV_VERSION="v0.5.9"
GRCOV_VERSION="v0.5.10"
MERCURIAL_VERSION="5.3"
VERSION_CONTROL_TOOLS_REV="2f7b4df4a928"

apt-get update
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).
apt-get install --no-install-recommends -y gcc curl bzip2 python-dev libgoogle-perftools4

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

Expand Down