jenkins.sh: Workaround libusrp build race conditon

When submitting patches to osmo-trx in gerrit, sometimes the jenkins job
fails due to libusrp failing to build. I never have this issue in on my
workstation.

Let's disable parallel make and see if we can avoid it for now.

Related: OS#3970
Change-Id: I24bc54f5872e8edb9fab5b88055a00cebe1a6911
This commit is contained in:
Pau Espin 2019-07-29 21:35:45 +02:00
parent 207911bcde
commit 50c78dfe85
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ fi
mkdir "$deps" || true
osmo-build-dep.sh libosmocore "" "--enable-sanitize --disable-doxygen --disable-pcsc"
osmo-build-dep.sh libusrp
PARALLEL_MAKE="" osmo-build-dep.sh libusrp
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"