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

New test containers.

* Add libxml2 library needed for S3 development.
* Minor version updates for PostgreSQL.
* Remove PostgreSQL 11 beta/rc repository.
This commit is contained in:
David Steele
2018-11-08 21:41:41 -05:00
parent 7cf1f42c5c
commit 3e695af961
4 changed files with 15 additions and 11 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Build Tools' && date
apt-get install -y devscripts build-essential lintian git txt2man debhelper libssl-dev zlib1g-dev libperl-dev lcov cloc
apt-get install -y devscripts build-essential lintian git lcov cloc txt2man debhelper libssl-dev zlib1g-dev libperl-dev \
libxml2-dev
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install AWS CLI' && date