[geos-commits] [SCM] GEOS branch main updated. ab9c66697bbbead12c8519c8b2e331394ae99c33

git at osgeo.org git at osgeo.org
Wed Mar 25 15:47:55 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 "GEOS".

The branch, main has been updated
       via  ab9c66697bbbead12c8519c8b2e331394ae99c33 (commit)
      from  8d904e8a1d4fb5e79deb2808987363df2dc71c12 (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 ab9c66697bbbead12c8519c8b2e331394ae99c33
Author: Mike Taves <mwtoews at gmail.com>
Date:   Thu Mar 26 11:40:23 2026 +1300

    CI: Make a wrapper 'geosopw' in container to show seg faults

diff --git a/tools/ci/geosop/Dockerfile b/tools/ci/geosop/Dockerfile
index a20b783bf..ed3ce83b5 100644
--- a/tools/ci/geosop/Dockerfile
+++ b/tools/ci/geosop/Dockerfile
@@ -35,4 +35,8 @@ RUN apk add --no-cache libstdc++
 COPY --from=builder /install/bin/geosop /usr/local/bin/geosop
 COPY --from=builder /install/lib/libgeos.* /usr/local/lib/
 
-ENTRYPOINT ["geosop"]
+# Make a wrapper 'geosopw' to show e.g. 'Segmentation fault (core dumped)'
+RUN printf "#!/bin/sh\ngeosop \"\$@\"\n" > /usr/local/bin/geosopw && \
+  chmod +x /usr/local/bin/geosopw
+
+ENTRYPOINT ["geosopw"]

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

Summary of changes:
 tools/ci/geosop/Dockerfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list