[geos-commits] [SCM] GEOS branch 3.12 updated. 0fee038d382bb29370c34f1c8041af3695aeb2ab
git at osgeo.org
git at osgeo.org
Tue Mar 4 10:09:57 PST 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 "GEOS".
The branch, 3.12 has been updated
via 0fee038d382bb29370c34f1c8041af3695aeb2ab (commit)
from f67c7c5b60138fe61cfdd264e6c4f3768c6517a1 (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 0fee038d382bb29370c34f1c8041af3695aeb2ab
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Mar 4 10:09:35 2025 -0800
Turn off GitLab CI as rate limits are failing it
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 65fe490d0..000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-.build_definition: &build_definition
- except:
- - master
- before_script:
- - apt-get update -qq
- - apt-get install -y --allow-unauthenticated build-essential cmake lsb-release
- - lsb_release -a
- - uname -a
- script:
- - mkdir build
- - cd build
- - cmake ..
- - make V=0
- - install -m 755 /bin/true /usr/local/bin/git2cl
- - make distcheck
-
-test:
- image: debian:bookworm
- <<: *build_definition
-test32:
- image: i386/debian:bookworm
- <<: *build_definition
-
diff --git a/README.md b/README.md
index 00313c557..6038c0a58 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The official Git repository is at [GitHub](https://github.com/libgeos/geos).
| CI | Status | CI | Status | CI | Status |
| :---: | :----- | :---: | :----- | :---: | :----- |
| GitHub | [](https://github.com/libgeos/geos/actions?query=branch%3A3.12) | Bessie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie) | Debbie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Master/) |
-| GitLab CI | [](https://gitlab.com/geos/libgeos/commits/3.12) | Bessie32 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie32) | Winnie | [](https://winnie.postgis.net/view/GEOS/job/GEOS_Master/) |
+| | | Bessie32 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie32) | Winnie | [](https://winnie.postgis.net/view/GEOS/job/GEOS_Master/) |
| | | Berrie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=berrie) | Dronie | [](https://dronie.osgeo.org/geos/geos?branch=master) |
| | | Berrie64 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=berrie64) |
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 23 -----------------------
README.md | 2 +-
2 files changed, 1 insertion(+), 24 deletions(-)
delete mode 100644 .gitlab-ci.yml
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list