Skip to content

Commit 1e8f5dc

Browse files
committed
Merge branch 'develop'
2 parents 92314b7 + da5ebdd commit 1e8f5dc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packaging/citus_package

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,14 @@ foreach my $platform (@platforms) {
360360
mkdir $outputdir;
361361

362362
foreach my $pg (@pg_versions) {
363+
if (($os eq "el" or $os eq "ol") and $release eq "6" and $pg eq "pg13")
364+
{
365+
# CentOS and OracleLinux 6 doesn't have pg13 packages yet
366+
# so we dont't have package builder docker images yet.
367+
# So skip building distro packages for them.
368+
next;
369+
}
370+
363371
my @docker_args = (
364372
'run',
365373
'--rm',

0 commit comments

Comments
 (0)