Skip to content

Commit

Permalink
Add zstd to CentOS/RHEL 6 test container.
Browse files Browse the repository at this point in the history
Zstd is now required by the upstream yum package.
  • Loading branch information
dwsteele committed Jul 28, 2020
1 parent aa37a21 commit a260d4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/container.yaml
Expand Up @@ -12,13 +12,15 @@
# - docker login -u pgbackrest
# - VM=XXX;DATE=YYYYMMDDX;BASE=pgbackrest/test:${VM?}-base;docker tag ${BASE?} ${BASE?}-${DATE?} && docker push ${BASE?}-${DATE?}
# **********************************************************************************************************************************
20200728A:
co6: 1baf5e3f53f6de591b43ae849ebf3ba69049b9d2

20200626A:
u18: 7df9a43ce9b6736e5f8dc797edd0f6326908fd2b

20200507A:
f32: 61792779061d2a675509c65bfa64b61b8d4cea17

20200505A:
co6: c07889acc321e461263fada797941cfa947d2550
co7: 538dc7fd9cc129e44d4ae6bacfb6f1db10309993
u12: 8a88ab44aace049d7da5ca1094375ff8b9aeb7ab
2 changes: 2 additions & 0 deletions test/lib/pgBackRestTest/Common/VmTest.pm
Expand Up @@ -163,6 +163,8 @@ my $oyVm =
&VM_ARCH => VM_ARCH_AMD64,
&VMDEF_PGSQL_BIN => '/usr/pgsql-{[version]}/bin',

&VMDEF_WITH_ZST => true,

&VM_DB =>
[
PG_VERSION_91,
Expand Down

0 comments on commit a260d4a

Please sign in to comment.