projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56c76f2
)
cirrus.yml: add --disable-dependency-tracking option by default
author
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 15 Feb 2019 19:38:02 +0000
(20:38 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 15 Feb 2019 19:38:02 +0000
(20:38 +0100)
.cirrus.yml
patch
|
blob
|
history
diff --git
a/.cirrus.yml
b/.cirrus.yml
index
0ac1b43
..
c6a38da
100644
(file)
--- a/
.cirrus.yml
+++ b/
.cirrus.yml
@@
-1,6
+1,6
@@
env:
LANG: C
- DEFAULT_CONFIG_OPTS: --enable-debug --without-libstatgrab
+ DEFAULT_CONFIG_OPTS: --enable-debug --without-libstatgrab
--disable-dependency-tracking
###
@@
-16,7
+16,7
@@
release_ready_task:
- ./build.sh
- ./configure $DEFAULT_CONFIG_OPTS
checks_script:
- - make -s distcheck
+ - make -s distcheck
DISTCHECK_CONFIGURE_FLAGS="${DEFAULT_CONFIG_OPTS}"
###
# Default toolchain and build flags used in deb packages, on a range of Debian