From a575455a75d5fa313becd69855177f30f4a3fd62 Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Thu, 8 Aug 2024 16:38:03 +0400 Subject: [PATCH] try5 --- 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 8b4f9ced9..523c26329 100644 --- a/tests/scripts/fdb_build.sh +++ b/tests/scripts/fdb_build.sh @@ -74,7 +74,7 @@ elif [[ ${ID} == "rocky" ]]; then . /opt/rh/gcc-toolset-${GCC_VERSION}/enable rpmkeys --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF" curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo - dnf install -y mono-devel jemalloc-deve + dnf install -y mono-devel jemalloc-devel fi else echo "Unsupported distribution. This script only supports Rocky[8|9], Ubuntu [20.04|22.04|24.04] Debian[11|12]"