flatpak-nightly: Disable cloning GStreamer submodules

It seems that now GStreamer ships its testsuite (which we do not need) as a submodule. Do not try to clone it.
This commit is contained in:
Rafał Dzięgiel
2022-03-10 10:28:04 +01:00
parent 8fa2036265
commit 8ac839c9aa

View File

@@ -66,7 +66,8 @@
{
"type": "git",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
"branch": "main"
"branch": "main",
"disable-submodules": true
}
]
}