Skip to content

Commit

Permalink
PG-1220 Removed the step to disable llvm toolset (#695)
Browse files Browse the repository at this point in the history
modified:   docs/yum.md
  • Loading branch information
nastena1606 authored Dec 12, 2024
1 parent a9df0a8 commit 34c30c6
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 @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 34c30c6

Please sign in to comment.