Commit eae509ef authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Help troubleshoot configure failures

parent f33f798e
...@@ -81,7 +81,7 @@ jobs: ...@@ -81,7 +81,7 @@ jobs:
else else
sed -i -e "s/AC_INIT(\[\(.*\)\], \[\(.*\)\], \[\(.*\)\])/AC_INIT([\1], [\2-$(date +%Y%m%d)], [\3])/" ./configure.ac sed -i -e "s/AC_INIT(\[\(.*\)\], \[\(.*\)\], \[\(.*\)\])/AC_INIT([\1], [\2-$(date +%Y%m%d)], [\3])/" ./configure.ac
fi fi
./autogen.des --quiet ./autogen.des
make dist -j 16 make dist -j 16
- persist_to_workspace: - persist_to_workspace:
root: . root: .
...@@ -318,7 +318,6 @@ jobs: ...@@ -318,7 +318,6 @@ jobs:
autoreconf -i -v autoreconf -i -v
sudo -u varnish \ sudo -u varnish \
./configure \ ./configure \
--quiet \
<< pipeline.parameters.configure_args >> \ << pipeline.parameters.configure_args >> \
<< parameters.extra_conf >> << parameters.extra_conf >>
sudo -u varnish \ sudo -u varnish \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment