mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
CI: Use TCP protocol by default when mounting on QNX qemu
Ubuntu 22.04 has entirely disabled using UDP protocol for NFS mounting support and QNX mount command uses that by default. https: //discourse.ubuntu.com/t/jammy-jellyfish-release-notes/24668 Fixes: QTBUG-104229 Pick-to: 6.4 6.3 6.2 Change-Id: I9457153ca524009bc7358346a873b8842a65c50a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
@@ -25,7 +25,7 @@ function configure()
|
||||
cat >output/option_files/post_start.opt_nfs <<EOF
|
||||
|
||||
echo "---> Starting NFS"
|
||||
STARTU_P(fs_nfs3_t,__FS_NFS3_ID__) fs-nfs3 172.31.1.1:$OPT_NFS_QT $OPT_NFS_QT
|
||||
STARTU_P(fs_nfs3_t,__FS_NFS3_ID__) fs-nfs3 -t 172.31.1.1:$OPT_NFS_QT $OPT_NFS_QT
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user