mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 19:40:14 +00:00
CI ARM: temporarily disable Vulkan
doesn't compile right now after upgrading to bullseye
This commit is contained in:
1
.github/scripts/Linux/arm/build.sh
vendored
1
.github/scripts/Linux/arm/build.sh
vendored
@@ -21,6 +21,7 @@ set -- "$@" --enable-blank --enable-holepunch --enable-natpmp --enable-pcp --ena
|
||||
if [ "$ARCH" = armhf ]; then # Raspbian
|
||||
set -- "$@" --enable-lavc-hw-accel-rpi4
|
||||
fi
|
||||
set -- "$@" --disable-vulkan
|
||||
|
||||
./autogen.sh "$@"
|
||||
make -j "$(nproc)"
|
||||
|
||||
Reference in New Issue
Block a user