1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Add co7 package to support llvm.

This is required for new package versions.

Also remove the obsolete 9.2 package and update the supported versions list.
This commit is contained in:
David Steele
2021-01-13 17:32:42 -05:00
parent a57e0be395
commit c2c702c09d
3 changed files with 4 additions and 5 deletions

View File

@ -347,7 +347,7 @@ sub containerBuild
if ($strOS eq VM_CO7)
{
$strScript .=
" yum -y install epel-release && \\\n";
" yum -y install centos-release-scl-rh epel-release && \\\n";
}
$strScript .=
@ -464,7 +464,6 @@ sub containerBuild
{
$strScript .=
" rpm -ivh \\\n" .
" http://yum.postgresql.org/9.2/redhat/rhel-7-x86_64/pgdg-centos92-9.2-3.noarch.rpm \\\n" .
" https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/" .
"pgdg-redhat-repo-latest.noarch.rpm && \\\n";
}