1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-01 22:30:09 +02:00

Add C unit test infrastructure.

This commit is contained in:
David Steele
2017-10-12 12:55:48 -04:00
parent 08d6f14603
commit 10dfbd90b5
13 changed files with 507 additions and 65 deletions

View File

@@ -339,7 +339,7 @@ sub containerBuild
{
$strScript .=
" apt-get update && \\\n" .
" apt-get -y install openssh-server wget sudo python-pip git \\\n" .
" apt-get -y install openssh-server wget sudo python-pip build-essential git \\\n" .
" libdbd-pg-perl libhtml-parser-perl libio-socket-ssl-perl libxml-libxml-perl";
if ($strOS eq VM_U14)