From e31222c16987bf4f61dc73f1b1982c0b0d759311 Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Thu, 8 Aug 2024 17:08:57 +0400 Subject: [PATCH] try10 --- tests/scripts/fdb_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/fdb_build.sh b/tests/scripts/fdb_build.sh index 95c3287f2..6cb7ff49a 100644 --- a/tests/scripts/fdb_build.sh +++ b/tests/scripts/fdb_build.sh @@ -48,7 +48,7 @@ if [[ ${ID} == 'ubuntu' || ${ID} == 'debian' ]]; then PACKAGES_SUFFIX="-DDEB=${VERSION_CODENAME}" print_env ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime - DEBIAN_FRONTEND=noninteractive apt install -y mono-devel g++ automake cmake curl git jq python3-dev unzip gcc libjemalloc-dev + DEBIAN_FRONTEND=noninteractive apt install -y automake cmake curl g++ gcc git jq libjemalloc-dev mono-devel python3-dev unzip elif [[ ${ID} == "rocky" ]]; then PKG_MANAGER='yum'