You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Update test containers with PostgreSQL minor releases and liblz4.
Update RHEL repos that have changed upstream. Remove PostgreSQL 9.3 since the RHEL6/7 packages have disappeared. Remove PostgreSQL versions from U12 that are still getting minor updates so the container does not need to be rebuilt. LZ4 is included for future development, but this seems like a good time to add it to the containers.
This commit is contained in:
Vendored
+3
-1
@@ -61,7 +61,7 @@ Vagrant.configure(2) do |config|
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
echo 'Install Build Tools' && date
|
||||
apt-get install -y devscripts build-essential lintian git lcov cloc txt2man debhelper libssl-dev zlib1g-dev libperl-dev \
|
||||
libxml2-dev
|
||||
libxml2-dev liblz4-dev
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
echo 'Install AWS CLI' && date
|
||||
@@ -115,6 +115,8 @@ Vagrant.configure(2) do |config|
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
# Force remove all containers:
|
||||
# docker rm -f $(docker ps -a -q)
|
||||
# Force remove all images:
|
||||
# docker rmi -f $(docker images -q)
|
||||
SHELL
|
||||
|
||||
# Don't share the default vagrant folder
|
||||
|
||||
Reference in New Issue
Block a user