feat(bash): Improved support for gperftools (#5769)

This commit is contained in:
Yehonal
2021-05-10 22:21:23 +02:00
committed by GitHub
parent 053f9f5fa4
commit ff2737fee8
5 changed files with 49 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ UBUNTU_VERSION=$(lsb_release -sr);
sudo apt-get update -y
# shared deps
sudo apt-get -y install make cmake clang curl unzip libmysqlclient-dev libace-dev ccache
sudo apt-get -y install make cmake clang curl unzip libmysqlclient-dev libace-dev ccache google-perftools
if [[ $CONTINUOUS_INTEGRATION || $DOCKER ]]; then
sudo apt-get -y install build-essential libtool cmake-data openssl libgoogle-perftools-dev \