Skip to content
Commits on Source (2)
postgis (3.0.0+dfsg-5) unstable; urgency=medium
* Disable SFCGAL support in regress autopkgtest too.
-- Bas Couwenberg <sebastic@debian.org> Fri, 06 Dec 2019 14:45:21 +0100
postgis (3.0.0+dfsg-4) unstable; urgency=medium
* Disable SFCGAL support entirely, causes FTBFS.
......
......@@ -26,6 +26,5 @@ for v in $(pg_buildext supported-versions); do
pg_virtualenv -v $v <<-EOF
set -eux
make -C regress/core -f Makefile.in check PERL=perl RUNTESTFLAGS="--extension --verbose" POSTGIS_GEOS_VERSION=$POSTGIS_GEOS_VERSION
make -C regress/sfcgal -f Makefile.in check PERL=perl RUNTESTFLAGS="--extension --verbose" HAVE_SFCGAL=yes
EOF
done