contrib/jenkins-build: libosmocore: disable-uring

This should fix the many builds currently failing from the
osmo-gsm-tester_build jobs.

Related: OS#5751
Change-Id: Ibc9605933380351a5fd23b772868c0e698b39c37
diff --git a/contrib/jenkins-build-osmocom-bb.sh b/contrib/jenkins-build-osmocom-bb.sh
index 0c09aee..ef407f3 100755
--- a/contrib/jenkins-build-osmocom-bb.sh
+++ b/contrib/jenkins-build-osmocom-bb.sh
@@ -7,7 +7,7 @@
 
 FW_RPM_URL="http://download.opensuse.org/repositories/home:/mnhauke:/osmocom:/nightly/openSUSE_Tumbleweed/x86_64/"
 
-build_repo libosmocore --disable-doxygen
+build_repo libosmocore --disable-doxygen --disable-uring
 build_repo libosmo-gprs
 build_repo_dir osmocom-bb src/host/virt_phy ${SANITIZE_FLAGS}
 build_repo_dir osmocom-bb src/host/osmocon ${SANITIZE_FLAGS}