[gnome-user-share/wip/hadess/fix-ci] ci: Fix autotools suckage



commit 510b068a1146adadf7a7a2e45fb0102331dc6515
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Mar 10 14:33:40 2019 +0100

    ci: Fix autotools suckage
    
    Sigh.
    
    config.status: error: Something went wrong bootstrapping makefile fragments
        for automatic dependency tracking.  Try re-running configure with the
        '--disable-dependency-tracking' option to at least be able to build
        the package (albeit without support for automatic dependency tracking).

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4974f0b..f259cb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ build_stable:
     - mkdir build
     - cd build
     - NOCONFIGURE=1 ../autogen.sh
-    - ../configure
+    - ../configure --disable-dependency-tracking
     - make
     - make install
     - make distcheck


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]