[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-160-gde60ad171

git at osgeo.org git at osgeo.org
Sun Oct 2 11:01:20 PDT 2022


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  de60ad171eee64e5516a474b56e528f6ef684341 (commit)
       via  0c1767d4f367b7dac1d672d2d1ed9eb68810993d (commit)
      from  ef5214359ad2033eea7cc6ff043c57886975cc82 (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 de60ad171eee64e5516a474b56e528f6ef684341
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Oct 2 14:01:14 2022 -0400

    See if we can use sudo for install

diff --git a/ci/github/run_upgrade.sh b/ci/github/run_upgrade.sh
index 47777940f..c82fc367e 100644
--- a/ci/github/run_upgrade.sh
+++ b/ci/github/run_upgrade.sh
@@ -19,7 +19,7 @@ export CUNIT_VALGRIND_FLAGS="--leak-check=full --error-exitcode=1"
 #bash ./ci/github/logbt --
 make -j
 #bash ./ci/github/logbt \ --
-make install
+sudo make install
 export POSTGIS_MAJOR_VERSION=`grep ^POSTGIS_MAJOR_VERSION Version.config | cut -d= -f2`
 export POSTGIS_MINOR_VERSION=`grep ^POSTGIS_MINOR_VERSION Version.config | cut -d= -f2`
 export POSTGIS_MICRO_VERSION=`grep ^POSTGIS_MICRO_VERSION Version.config | cut -d= -f2`

commit 0c1767d4f367b7dac1d672d2d1ed9eb68810993d
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Oct 2 13:59:49 2022 -0400

    Disable mingw64 and ucrt64 GHA testing. Both seem to fail on some flatgeobuf error

diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index b92c443a9..71452d58c 100644
--- a/.github/workflows/msys.yml
+++ b/.github/workflows/msys.yml
@@ -13,8 +13,8 @@ jobs:
         #fail-fast: false
         include:
           # mingw32 fail: addface
-          - { icon: '🟦', sys: mingw64 }
-          - { icon: '🟨', sys: ucrt64  } # Experimental!
+         # - { icon: '🟦', sys: mingw64 }
+         # - { icon: '🟨', sys: ucrt64  } # Experimental!
           - { icon: '🟧', sys: clang64 } # Experimental!
     defaults:
       run:

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/msys.yml | 4 ++--
 ci/github/run_upgrade.sh   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list