Opened 4 years ago

Closed 4 years ago

#4701 closed enhancement (fixed)

Travis: Add build based on PG REL_13_STABLE

Reported by: Algunenano Owned by: Algunenano
Priority: medium Milestone: PostGIS 3.1.0
Component: postgis Version: master
Keywords: Cc:

Description

The new branch is now available (REL_13_STABLE) so we should create a new build image with that (and keep the one PG master/HEAD).

This image should build against latest stable releases of other dependencies (GEOS, GDAL and so on) which means it will hit the same errors as #4673

Change History (6)

comment:1 by Algunenano, 4 years ago

Owner: changed from pramsey to Algunenano

comment:2 by Algunenano, 4 years ago

Currently building the images with the following branches:

    dict(
        name='stable_pg13',
        PG='REL_13_STABLE',
        GEOS='3.8',
        GDAL='release/3.1',
        PROJ='7.1',
        PG_CC='clang'
    ),
    dict(
        name='stable_pg13',
        PG='REL_13_STABLE',
        GEOS='3.8',
        GDAL='release/3.1',
        PROJ='7.1',
        PG_CC='gcc'
    ),

comment:3 by Algunenano, 4 years ago

Images have been built. PR to see what's broken in https://github.com/postgis/postgis/pull/568

comment:4 by Algunenano, 4 years ago

Gdal 3.1 and master/HEAD are crashing under regress tests. Bisected and reported in https://github.com/OSGeo/gdal/issues/2744.

comment:5 by Algunenano, 4 years ago

Upstream issue has been fixed so I've regenerated the images.

comment:6 by Raúl Marín <git@…>, 4 years ago

Resolution: fixed
Status: newclosed

In 17e3e8f/git:

Travis: Use PG13 as the default target

Closes #4701

Note: See TracTickets for help on using tickets.