mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
tests: virtme: Fix running on fedora 40
Virtiofs is used by default to mount the rootfs in virtme-ng. In Fedora 40 virtiofs support seems broken with virtme-ng, so force using 9p instead. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
This commit is contained in:
parent
215953faf9
commit
2ec1c5fdfb
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ virtme-run \
|
||||||
--script-sh "sh -c \"$SCRIPT\"" \
|
--script-sh "sh -c \"$SCRIPT\"" \
|
||||||
-a visl.stable_output=true \
|
-a visl.stable_output=true \
|
||||||
-a visl.codec_variability=true \
|
-a visl.codec_variability=true \
|
||||||
--show-boot-console --show-command \
|
--show-boot-console --show-command --force-9p \
|
||||||
--qemu-opts -cpu host,pdcm=off -smp 8
|
--qemu-opts -cpu host,pdcm=off -smp 8
|
||||||
VM_RESULT=$?
|
VM_RESULT=$?
|
||||||
if [ $VM_RESULT != 0 ]; then
|
if [ $VM_RESULT != 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue