mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
Revert "Always enable trivial-httpd for tests"
This reverts commit 82699a67db
.
This commit is contained in:
parent
8f0b225d60
commit
967ea66921
@ -39,7 +39,6 @@ AM_DISTCHECK_CONFIGURE_FLAGS += \
|
||||
--enable-gtk-doc \
|
||||
--enable-man \
|
||||
--disable-maintainer-mode \
|
||||
--enable-trivial-httpd-cmdline \
|
||||
$(NULL)
|
||||
|
||||
GITIGNOREFILES = aclocal.m4 build-aux/ buildutil/*.m4 config.h.in gtk-doc.make
|
||||
|
@ -22,11 +22,6 @@ case "${CONFIGOPTS:-}" in
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
# unless libsoup is disabled, enable trivial-httpd for the tests
|
||||
case "${CONFIGOPTS:-}" in
|
||||
*--without-soup*) ;;
|
||||
*) CONFIGOPTS="${CONFIGOPTS:-} --enable-trivial-httpd-cmdline" ;;
|
||||
esac
|
||||
|
||||
# always fail on warnings; https://github.com/ostreedev/ostree/pull/971
|
||||
# NB: this disables the default set of flags from configure.ac
|
||||
|
@ -85,7 +85,6 @@ make="make -j${ci_parallel} V=1 VERBOSE=1"
|
||||
|
||||
../configure \
|
||||
--enable-always-build-tests \
|
||||
--enable-trivial-httpd-cmdline \
|
||||
${ci_configopts}
|
||||
"$@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user