[SCM] PostGIS branch master updated. 3.5.0-285-ge82d2f234
git at osgeo.org
git at osgeo.org
Thu Apr 24 01:08:42 PDT 2025
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 e82d2f234e12ccce576173f654f6f6678ed4851c (commit)
from 569ee10b300e3a3ca4e4f79d0c8f902e1dee92f8 (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 e82d2f234e12ccce576173f654f6f6678ed4851c
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Apr 24 10:08:21 2025 +0200
Re-enable i386 testing on gitlab
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee4d9d870..bfaee0567 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,7 @@
test:
image: debian:bookworm
<<: *build_definition
-#test32:
-# image: i386/debian:bookworm
-# <<: *build_definition
+
+test32:
+ image: i386/debian:bookworm
+ <<: *build_definition
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list