Skip to content

Commit

Permalink
[PKG-140]: Updates build scripts to build pg_stat_monitor with LLVM 1… (
Browse files Browse the repository at this point in the history
#476)

[PKG-140]: Updates build scripts to build pg_stat_monitor with LLVM 17.0.
  • Loading branch information
maqeel75 committed Jul 23, 2024
1 parent dacb41f commit 16ec836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percona-packaging/scripts/pg_stat_monitor_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16ec836

Please sign in to comment.