Skip to content

Commit

Permalink
PG-1220 Removed the step to disable llvm toolset (16) (#682)
Browse files Browse the repository at this point in the history
PG-1220 Removed the step to disable llvm toolset

modified:   docs/yum.md
  • Loading branch information
nastena1606 authored Dec 3, 2024
1 parent 14e8004 commit 7e61e74
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 @@ Depending on what operating system you are using, you may need to enable or disa

=== "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 @@ -111,13 +109,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 @@ -134,13 +126,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 @@ -158,13 +144,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 7e61e74

Please sign in to comment.