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

Related: OS#4912
Change-Id: I511b2e1f4c3a9e0897cff4241ab5df12327de10d
This commit is contained in:
Oliver Smith 2021-01-13 13:10:28 +01:00
parent 48e2988539
commit 1e2ff4a8b8
1 changed files with 0 additions and 1 deletions

View File

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