From 16ec8362e2ab85b7f633797bd9e709655aea90ea Mon Sep 17 00:00:00 2001 From: Muhammad Aqeel Date: Tue, 23 Jul 2024 14:53:07 +0500 Subject: [PATCH] =?UTF-8?q?[PKG-140]:=20Updates=20build=20scripts=20to=20b?= =?UTF-8?q?uild=20pg=5Fstat=5Fmonitor=20with=20LLVM=201=E2=80=A6=20(#476)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [PKG-140]: Updates build scripts to build pg_stat_monitor with LLVM 17.0. --- percona-packaging/scripts/pg_stat_monitor_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percona-packaging/scripts/pg_stat_monitor_builder.sh b/percona-packaging/scripts/pg_stat_monitor_builder.sh index 1795d18..a84cc42 100755 --- a/percona-packaging/scripts/pg_stat_monitor_builder.sh +++ b/percona-packaging/scripts/pg_stat_monitor_builder.sh @@ -211,7 +211,7 @@ install_deps() { if [ x"$RHEL" = x8 ]; then - clang_version=$(yum list --showduplicates clang-devel | grep "16.0" | awk '{print $2}' | head -n 1) + clang_version=$(yum list --showduplicates clang-devel | grep "17.0" | awk '{print $2}' | head -n 1) yum install -y clang-devel-${clang_version} clang-${clang_version} dnf module -y disable llvm-toolset else