osmo-mgw: don't try to build with transcoding

Do not build osmo-mgw twice anymore (once with "--enable-mgcp-transcoding" and
once with "--disable-mgcp-transcoding"). configure.ac does not know
these options.

Change-Id: I080cd331caec31c53a43090e6c19d23e31abdec6
This commit is contained in:
Oliver Smith 2018-12-03 16:40:54 +01:00
parent 6f8339b5d0
commit ce105c6aa1
2 changed files with 0 additions and 6 deletions

View File

@ -135,8 +135,6 @@
- osmo-iuh
- osmo-mgw:
a1_name: MGCP
a1: !!python/tuple [--enable-mgcp-transcoding, --disable-mgcp-transcoding]
concurrent: true
cmd: >
# keep first line with less indent to preserve newlines
@ -144,7 +142,6 @@
-e HOME=/build \
-e MAKE=make \
-e PARALLEL_MAKE="$PARALLEL_MAKE" \
-e MGCP="$MGCP" \
-e PATH="$PATH:/build_bin" \
-e OSMOPY_DEBUG_TCP_SOCKETS="1" \
-w /build -i -u build \

View File

@ -222,8 +222,6 @@
master-osmo-sgsn
- osmo-mgw:
a1_name: MGCP
a1: !!python/tuple [--enable-mgcp-transcoding, --disable-mgcp-transcoding]
concurrent: true
cmd: >
# keep first line with less indent to preserve newlines
@ -231,7 +229,6 @@
-e HOME=/build \
-e MAKE=make \
-e PARALLEL_MAKE="$PARALLEL_MAKE" \
-e MGCP="$MGCP" \
-e PATH="$PATH:/build_bin" \
-e OSMOPY_DEBUG_TCP_SOCKETS="1" \
-w /build -i -u build \