[SCM] PostGIS branch stable-3.3 updated. 3.3.9-14-g273382ac8
git at osgeo.org
git at osgeo.org
Sat Apr 11 15:26:20 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, stable-3.3 has been updated
via 273382ac81dd25af5236f69c36d6414e28928fa1 (commit)
from 1e9706654e856e794701d7573e448986944956e5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 273382ac81dd25af5236f69c36d6414e28928fa1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Sat Apr 11 15:25:45 2026 -0700
Remove Cirrus-CI
diff --git a/.cirrus.yml b/.cirrus.yml
deleted file mode 100644
index 50d3bbfe7..000000000
--- a/.cirrus.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-task:
- only_if: true
- name: FreeBSD
- alias: test-freebsd
- env:
- MAKE_FLAGS: -j 8
-
- install_script:
- - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
- - ASSUME_ALWAYS_YES=yes pkg bootstrap -f
- - pkg install -y bison postgresql13-server gmake libxml2 autoconf automake libtool pkgconf iconv pcre proj gdal sfcgal geos libxslt cunit protobuf-c json-c postgresql13-contrib
- - projsync --system-directory --source-id us_noaa
- - projsync --system-directory --source-id ch_swisstopo
-
- patch_script:
- # will be removed
- - find . -name "*.pl" | xargs sed -i -r 's|/usr/bin/perl|/usr/bin/env perl|'
- build_script:
- - ./autogen.sh
- - ./configure PKG_CONFIG=/usr/local/bin/pkgconf CFLAGS="-isystem /usr/local/include -Wall -fno-omit-frame-pointer -Werror" LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology --without-raster --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf
- - service postgresql oneinitdb
- - service postgresql onestart
- - su postgres -c "createuser -s `whoami`"
- - gmake -j8 || { service postgresql onestop; exit 1;}
- - gmake -j8 check RUNTESTFLAGS="-v" || { service postgresql onestop; exit 1;}
- - gmake -j8 install || { service postgresql onestop; exit 1;}
- - gmake -j8 check RUNTESTFLAGS="-v --extension" || { service postgresql onestop; exit 1;}
- - gmake -j8 check RUNTESTFLAGS="-v --dumprestore" || { service postgresql onestop; exit 1;}
- - service postgresql onestop
-
- freebsd_instance:
- cpu: ${NCPU}
- memory: 24G
- matrix:
- - name: 14.2-RELEASE
- freebsd_instance:
- image_family: freebsd-14-2
-
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 38 --------------------------------------
1 file changed, 38 deletions(-)
delete mode 100644 .cirrus.yml
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list