1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Update packages required for Travis-CI builds.

These packages are expected on the arm64 build even though we are using the same os image as amd64.  It appears the arm64 image is slimmer.
This commit is contained in:
David Steele
2019-10-12 14:45:39 -04:00
parent 35eef2b867
commit 64c6102a15
+3 -1
View File
@@ -124,7 +124,9 @@ eval
processBegin('install common packages');
processExec('sudo apt-get -qq update', {bSuppressStdErr => true, bSuppressError => true});
processExec('sudo apt-get install libxml-checker-perl libyaml-libyaml-perl', {bSuppressStdErr => true});
processExec(
'sudo apt-get install -y rsync zlib1g-dev libssl-dev libxml2-dev libpq-dev libxml-checker-perl libyaml-libyaml-perl',
{bSuppressStdErr => true});
processEnd();
################################################################################################################################