[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-151-g17e3e8f
git at osgeo.org
git at osgeo.org
Mon Jul 6 04:35:47 PDT 2020
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, master has been updated
via 17e3e8fd60319f67ce071df3c290e96550c818ed (commit)
from 3f60648eb09d50d082dad352f9bcfbae775f964d (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 17e3e8fd60319f67ce071df3c290e96550c818ed
Author: Raúl Marín <git at rmr.ninja>
Date: Fri Jun 26 17:34:30 2020 +0200
Travis: Use PG13 as the default target
Closes #4701
diff --git a/.travis.yml b/.travis.yml
index 678fff5..7e0a658 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,16 +5,17 @@ language: c
env:
# Use the last stable release to run more tests
- - tag=pg12-geos37-gdal30-proj611 mode=garden
- - tag=pg12-geos37-gdal30-proj611 mode=tests
- - tag=pg12-geos37-gdal30-proj611 mode=debug
- - tag=pg12-geos37-gdal30-proj611 mode=coverage
- - tag=pg12-geos37-gdal30-proj611 mode=usan_gcc
- - tag=pg12-clang-geos37-gdal30-proj611 mode=usan_clang
- - tag=pg12-geos37-gdal30-proj611 mode=nowagyu
+ - tag=pg13-geos38-gdal31-proj71 mode=garden
+ - tag=pg13-geos38-gdal31-proj71 mode=tests
+ - tag=pg13-geos38-gdal31-proj71 mode=debug
+ - tag=pg13-geos38-gdal31-proj71 mode=coverage
+ - tag=pg13-geos38-gdal31-proj71 mode=usan_gcc
+ - tag=pg13-clang-geos38-gdal31-proj71 mode=usan_clang
+ - tag=pg13-geos38-gdal31-proj71 mode=nowagyu
# Run tests with different dependency combinations
- tag=latest mode=tests
+ - tag=pg12-geos37-gdal30-proj611 mode=tests
- tag=pg11-geos37-gdal24-proj52 mode=tests
- tag=pg10-geos36-gdal23-proj49 mode=tests
- tag=pg96-geos36-gdal22-proj49 mode=tests
diff --git a/ci/travis/run_usan_clang.sh b/ci/travis/run_usan_clang.sh
index a3126ac..515176f 100644
--- a/ci/travis/run_usan_clang.sh
+++ b/ci/travis/run_usan_clang.sh
@@ -10,7 +10,7 @@ export ASAN_OPTIONS=halt_on_error=false,leak_check_at_exit=false,exitcode=0
export MSAN_OPTIONS=halt_on_error=false,leak_check_at_exit=false,exitcode=0
#Run postgres preloading sanitizer libs
-LD_PRELOAD=/usr/lib/clang/8/lib/linux/libclang_rt.asan-x86_64.so /usr/local/pgsql/bin/pg_ctl -c -l /tmp/logfile start
+LD_PRELOAD=/usr/lib/clang/9/lib/linux/libclang_rt.asan-x86_64.so /usr/local/pgsql/bin/pg_ctl -c -l /tmp/logfile start
# Build with Clang and usan flags
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 15 ++++++++-------
ci/travis/run_usan_clang.sh | 2 +-
2 files changed, 9 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list