contrib/jenkins: don't build osmo-gsm-manuals

Related: OS#4912
Change-Id: Ide27f522e0979f9f7b41cd073d5451fa60ab125f
This commit is contained in:
Oliver Smith 2021-01-13 13:12:28 +01:00
parent c9336ed70e
commit 55956f4512
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ osmo-build-dep.sh libosmo-netif "" --disable-doxygen
# Additional configure options and depends
CONFIG=""
if [ "$WITH_MANUALS" = "1" ]; then
osmo-build-dep.sh osmo-gsm-manuals
CONFIG="--enable-manuals"
fi