[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-29-gd31888c03
git at osgeo.org
git at osgeo.org
Sat Sep 3 10:05:19 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 d31888c038285d36b460e34773e5dddece27d585 (commit)
from be6b2ba84fbf90f0593f17d5e98fe98ba5f1d79f (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 d31888c038285d36b460e34773e5dddece27d585
Author: Regina Obe <lr at pcorp.us>
Date: Sat Sep 3 13:05:11 2022 -0400
Try to put back msys. Fix github image, we don't have one for 310 yet
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 604b4a4c0..cf1c72e42 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
- { tag: pg15-clang-geos311-gdal35-proj90, mode: usan_clang }
# - { tag: pg13-geos39-gdal31-proj71, mode: garden }
- { tag: pg14-geos39-gdal33-proj71, mode: tests }
- - { tag: pg14-clang-geos310-gdal34-proj71, mode: usan_clang }
+ - { tag: pg14-clang-geos39-gdal34-proj71, mode: usan_clang }
#- { tag: pg13-geos39-gdal31-proj71, mode: tests }
#- { tag: pg13-geos39-gdal31-proj71, mode: coverage }
- { tag: pg13-geos39-gdal31-proj71, mode: usan_gcc }
diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index abbd824e5..74e43b15c 100644
--- a/.github/workflows/msys.yml
+++ b/.github/workflows/msys.yml
@@ -3,8 +3,8 @@ on: [push, pull_request]
jobs:
mingw:
- # disable msys for now
- if: github.repository == 'nomatch'
+ # TODO: check to see if we need to disable again
+ if: github.repository == 'master'
name: mingw
runs-on: windows-latest
strategy:
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 2 +-
.github/workflows/msys.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list