aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/master-builds.yml
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-03 16:40:54 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-03 16:45:41 +0100
commitce105c6aa14ade0aabe22e4b47dd8885443ed3dc (patch)
treed0c5e50fde0447b0d5c328b117a62ced8b6b43aa /jobs/master-builds.yml
parent6f8339b5d01a53009f43ee7f244bb707709ac534 (diff)
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
Diffstat (limited to 'jobs/master-builds.yml')
-rw-r--r--jobs/master-builds.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index d485a5f..7572a20 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -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 \