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