[gnome-user-share/wip/hadess/fix-ci: 1/2] ci: Fix autotools suckage
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share/wip/hadess/fix-ci: 1/2] ci: Fix autotools suckage
- Date: Sun, 10 Mar 2019 13:46:08 +0000 (UTC)
commit 3bbfd5ca479efe091d046cd7a64a40ef08bb9145
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]