[postgis-tickets] [PostGIS] #5316: Regress failure with in-develop proj
PostGIS
trac at osgeo.org
Fri Jan 27 05:29:16 PST 2023
#5316: Regress failure with in-develop proj
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.4.0
Component: postgis | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Comment (by ImreSamu):
> issue of the extra size.
My latest solution only adds +1 MB to the docker image size.
I think this is an acceptable compromise.
And it might avoid the removal of these tests.
I think it would also make sense to include it in the postgis installation
steps ? ( or the regression testing steps ?? ) And then I don't have to
issue these commands separately in the Dockerfile.
{{{
# refresh proj data - workarounds:
https://trac.osgeo.org/postgis/ticket/5316
&& projsync --system-directory --file ch_swisstopo_CHENyx06_ETRS \
&& projsync --system-directory --file us_noaa_eshpgn \
&& projsync --system-directory --file us_noaa_prvi \
&& projsync --system-directory --file us_noaa_wmhpgn \
}}}
https://github.com/postgis/docker-
postgis/pull/337/commits/0309004b39514b5ba9e8ff116998248782de0fd6
And the test is OK : https://github.com/postgis/docker-postgis/pull/337
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5316#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list