From 34c30c6d4c003733ab8a0acbcdbee7a1c61685c7 Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Thu, 12 Dec 2024 15:44:43 +0100 Subject: [PATCH] PG-1220 Removed the step to disable llvm toolset (#695) modified: docs/yum.md --- docs/yum.md | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/docs/yum.md b/docs/yum.md index f099a4551..757edd793 100644 --- a/docs/yum.md +++ b/docs/yum.md @@ -19,10 +19,10 @@ To install Percona Distribution for PostgreSQL, do the following: === "RHEL8/Oracle Linux 8/Rocky Linux 8" - Disable the ``postgresql`` and ``llvm-toolset``modules: + Disable the ``postgresql`` module: ```{.bash data-prompt="$"} - $ sudo dnf module disable postgresql llvm-toolset + $ sudo dnf module disable postgresql ``` ### For `percona-postgresql{{pgversion}}-devel` package @@ -39,7 +39,6 @@ You may need to install the `percona-postgresql{{pgversion}}-devel` package when ```{.bash data-prompt="$"} $ sudo dnf install dnf-plugins-core - $ sudo dnf module enable llvm-toolset $ sudo dnf config-manager --set-enabled powertools ``` @@ -53,7 +52,6 @@ You may need to install the `percona-postgresql{{pgversion}}-devel` package when ```{.bash data-prompt="$"} $ sudo dnf install dnf-plugins-core - $ sudo dnf module enable llvm-toolset $ sudo dnf config-manager --set-enabled crb $ sudo dnf install perl-IPC-Run -y ``` @@ -114,13 +112,7 @@ For Red Hat Enterprise Linux 8 and derivatives, replace the operating system ver $ sudo yum install epel-release ``` - 2. Enable the `llvm-toolset dnf` module - - ```{.bash data-prompt="$"} - $ sudo dnf module enable llvm-toolset - ``` - - 3. Enable the codeready builder repository to resolve dependencies conflict. + 2. Enable the codeready builder repository to resolve dependencies conflict. ```{.bash data-prompt="$"} $ sudo dnf config-manager --set-enabled codeready-builder-for-rhel-9-x86_64-rpms @@ -137,13 +129,7 @@ For Red Hat Enterprise Linux 8 and derivatives, replace the operating system ver $ sudo yum install epel-release ``` - 2. Enable the `llvm-toolset dnf` module - - ```{.bash data-prompt="$"} - $ sudo dnf module enable llvm-toolset - ``` - - 3. Enable the codeready builder repository to resolve dependencies conflict. + 2. Enable the codeready builder repository to resolve dependencies conflict. ```{.bash data-prompt="$"} $ sudo dnf install dnf-plugins-core @@ -161,13 +147,7 @@ For Red Hat Enterprise Linux 8 and derivatives, replace the operating system ver $ sudo yum install epel-release ``` - 2. Enable the `llvm-toolset dnf` module - - ```{.bash data-prompt="$"} - $ sudo dnf module enable llvm-toolset - ``` - - 3. Enable the codeready builder repository to resolve dependencies conflict. + 2. Enable the codeready builder repository to resolve dependencies conflict. ```{.bash data-prompt="$"} $ sudo dnf config-manager --set-enabled ol9_codeready_builder