From bab949a468a78593b760f38be9be11bfbecb305b Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Sun, 2 Mar 2025 08:13:20 +0000 Subject: [PATCH] Use tcmalloc on non 22.04 CI builds (#5818) --- ci/ci-install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci-install.bash b/ci/ci-install.bash index 37a4feaed..395539be7 100755 --- a/ci/ci-install.bash +++ b/ci/ci-install.bash @@ -55,7 +55,7 @@ if [ "$CI_BUILD_STAGE_NAME" = "build" ]; then sudo apt-get update sudo apt-get install ccache help2man libfl-dev || sudo apt-get install ccache help2man libfl-dev - if [ "$CI_RUNS_ON" = "ubuntu-20.04" ]; then + if [ "$CI_RUNS_ON" != "ubuntu-22.04" ]; then # Some conflict of libunwind verison on 22.04, can live without it for now sudo apt-get install libgoogle-perftools-dev || sudo apt-get install libgoogle-perftools-dev