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-osmo-pcu.sh b/contrib/jenkins-build-osmo-pcu.sh
index 1877f9c..5e88380 100755
--- a/contrib/jenkins-build-osmo-pcu.sh
+++ b/contrib/jenkins-build-osmo-pcu.sh
@@ -4,7 +4,7 @@
 name="osmo-pcu"
 . "$(dirname "$0")/jenkins-build-common.sh"
 
-build_repo libosmocore ${SANITIZE_FLAGS} --disable-pcsc --disable-doxygen
+build_repo libosmocore ${SANITIZE_FLAGS} --disable-pcsc --disable-doxygen --disable-uring
 build_repo osmo-pcu ${SANITIZE_FLAGS}
 
 create_bin_tgz osmo-pcu