Skip to content

Commit

Permalink
PG-1220 Removed the step to disable llvm toolset (#685)
Browse files Browse the repository at this point in the history
modified:   docs/yum.md
  • Loading branch information
nastena1606 authored Dec 5, 2024
1 parent 57d9c75 commit 07b131f
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions docs/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand All @@ -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
```
Expand Down Expand Up @@ -112,13 +110,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
Expand All @@ -135,13 +127,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
Expand All @@ -159,13 +145,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
Expand Down

0 comments on commit 07b131f

Please sign in to comment.