mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 01:10:08 +01:00
build-from-source: skip test checking for gtk-doc issue
For libnm, we use opaque types. gtk-doc has/had an issue parsing this code, and generates suboptimal documentation. There is a merge request against gtk-doc to address that [1]. However, there is also a `make check` test, which tries to determine whether gtk-doc is suitable [2]. When building for beaker, we don't need this check. Also, because likely beaker is not up to the task. [1] https://gitlab.gnome.org/GNOME/gtk-doc/merge_requests/2 [2] https://github.com/NetworkManager/NetworkManager/pull/196
This commit is contained in:
parent
ac0a1b3c72
commit
cd8b1cc284
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ DO_TEST_BUILD="${DO_TEST_BUILD:-yes}"
|
|||
DO_TEST_PACKAGE="${DO_TEST_PACKAGE:-yes}"
|
||||
DO_INSTALL="${DO_INSTALL:-yes}"
|
||||
|
||||
# https://github.com/NetworkManager/NetworkManager/pull/196
|
||||
export NMTST_IGNORE_GTK_DOC_PATCH=1
|
||||
|
||||
if [ -z "$SUDO" ]; then
|
||||
unset SUDO
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue