You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-02 12:41:14 +03:00
Automated tests for 32-bit i386/i686 architecture.
This commit is contained in:
@@ -50,8 +50,6 @@ use constant BACKREST_USER_ID => getpwnam(
|
||||
####################################################################################################################################
|
||||
use constant LIB_COVER_VERSION => '1.23-2';
|
||||
push @EXPORT, qw(LIB_COVER_VERSION);
|
||||
use constant LIB_COVER_PACKAGE => 'libdevel-cover-perl_' . LIB_COVER_VERSION . '_amd64.deb';
|
||||
push @EXPORT, qw(LIB_COVER_PACKAGE);
|
||||
use constant LIB_COVER_EXE => '/usr/bin/cover';
|
||||
push @EXPORT, qw(LIB_COVER_EXE);
|
||||
|
||||
@@ -71,6 +69,18 @@ use constant CERT_FAKE_SERVER_KEY => CERT_FAKE
|
||||
####################################################################################################################################
|
||||
use constant CONTAINER_DEBUG => false;
|
||||
|
||||
####################################################################################################################################
|
||||
# Generate Devel::Cover package name
|
||||
####################################################################################################################################
|
||||
sub packageDevelCover
|
||||
{
|
||||
my $strArch = shift;
|
||||
|
||||
return 'libdevel-cover-perl_' . LIB_COVER_VERSION . "_${strArch}.deb";
|
||||
}
|
||||
|
||||
push @EXPORT, qw(packageDevelCover);
|
||||
|
||||
####################################################################################################################################
|
||||
# Container repo - defines the Docker repository where the containers will be located
|
||||
####################################################################################################################################
|
||||
@@ -538,7 +548,7 @@ sub containerBuild
|
||||
$strImage = "${strOS}-build";
|
||||
$strCopy = undef;
|
||||
|
||||
my $strPkgDevelCover = LIB_COVER_PACKAGE;
|
||||
my $strPkgDevelCover = packageDevelCover($oVm->{$strOS}{&VM_ARCH});
|
||||
my $bPkgDevelCoverBuild = vmCoverage($strOS) && !$oStorageDocker->exists("test/package/${strOS}-${strPkgDevelCover}");
|
||||
|
||||
# Install Perl packages
|
||||
|
Reference in New Issue
Block a user