Skip to content

Commit

Permalink
Add co7 package to support llvm.
Browse files Browse the repository at this point in the history
This is required for new package versions.

Also remove the obsolete 9.2 package and update the supported versions list.
  • Loading branch information
dwsteele committed Jan 13, 2021
1 parent a57e0be commit c2c702c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion test/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
# - docker login -u pgbackrest
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
# **********************************************************************************************************************************
20210113A:
co7: 2c1e13990f92635cc7d959dcbe497b765861c2b2

20200924A:
co7: ee58b885ad2463d60031511de0a297aa93c02068
u18: d95d53e642fc1cea4a2b8e935ea7d9739f7d1c46

20200507A:
Expand Down
3 changes: 1 addition & 2 deletions test/lib/pgBackRestTest/Common/ContainerTest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 .=
Expand Down Expand Up @@ -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";
}
Expand Down
2 changes: 0 additions & 2 deletions test/lib/pgBackRestTest/Common/VmTest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ my $oyVm =

&VM_DB =>
[
PG_VERSION_92,
PG_VERSION_94,
PG_VERSION_95,
PG_VERSION_96,
PG_VERSION_10,
Expand Down

0 comments on commit c2c702c

Please sign in to comment.