Emulator Issues #13271
openThe beta version on openSUSE Tumbleweed stopped building.
0%
Description
After switching to git modules, I cannot build the beta version on openSUSE Tumbleweed.
https://build.opensuse.org/package/show/home:13ilya:branches:Emulators/dolphin-emu
I do not understand why the building falls.
https://build.opensuse.org/package/live_build_log/home:13ilya:branches:Emulators/dolphin-emu/openSUSE_Tumbleweed/x86_64
I get the source code like this.
n=dolphin-emu && v=5.0.19368 && c=dadbeb4bae7e7fa23af2b46e0add4143094dc107 && cd /tmp && git clone https://github.com/$n/dolphin.git $n && cd $n && git checkout $c && git submodule && git submodule update --init --recursive Externals/VulkanMemoryAllocator Externals/cubeb/cubeb Externals/gtest Externals/implot/implot Externals/libspng/libspng Externals/rcheevos/rcheevos Externals/spirv_cross/SPIRV-Cross Externals/zlib-ng/zlib-ng && git submodule status && rm -rf .??* && cd .. && n=dolphin-emu && d=$n-$v && mv $n $d && f=$d.tar.xz && tar c --remove-files "$d" | xz -9e > "$f"
The last successful build, it currently segfaults when starting any game, 5.0.17995 8bad821019721b972701b495da95656ace5fea5.
https://build.opensuse.org/package/show/Emulators/dolphin-emu