[postgis-tickets] r17477 - [drone] 2.4 branch is not ready for -Werror, drop that

Sandro Santilli strk at kbt.io
Thu Jun 6 03:20:32 PDT 2019


Author: strk
Date: 2019-06-06 03:20:32 -0700 (Thu, 06 Jun 2019)
New Revision: 17477

Modified:
   branches/2.4/.drone-1.0.yml
Log:
[drone] 2.4 branch is not ready for -Werror, drop that

Modified: branches/2.4/.drone-1.0.yml
===================================================================
--- branches/2.4/.drone-1.0.yml	2019-06-06 10:01:24 UTC (rev 17476)
+++ branches/2.4/.drone-1.0.yml	2019-06-06 10:20:32 UTC (rev 17477)
@@ -18,7 +18,7 @@
       - export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
       - psql --version
       - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
+      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests
       - make -j
       # we should maybe wait for postgresql service to startup here...
       - psql -c "select version()" template1
@@ -41,7 +41,7 @@
       - export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
       - psql --version
       - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
+      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests
       - make -j
       # we should maybe wait for postgresql service to startup here...
       - psql -c "select version()" template1
@@ -64,7 +64,7 @@
       - export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
       - psql --version
       - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
+      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests
       - make -j
       # we should maybe wait for postgresql service to startup here...
       - psql -c "select version()" template1
@@ -87,7 +87,7 @@
       - export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
       - psql --version
       - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
+      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests
       - make -j
       # we should maybe wait for postgresql service to startup here...
       - psql -c "select version()" template1
@@ -110,7 +110,7 @@
       - export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
       - psql --version
       - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
+      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests
       - make -j
       # we should maybe wait for postgresql service to startup here...
       - psql -c "select version()" template1



More information about the postgis-tickets mailing list