mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 08:40:19 +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
|
if [ "$ARCH" = armhf ]; then # Raspbian
|
||||||
set -- "$@" --enable-lavc-hw-accel-rpi4
|
set -- "$@" --enable-lavc-hw-accel-rpi4
|
||||||
fi
|
fi
|
||||||
|
set -- "$@" --disable-vulkan
|
||||||
|
|
||||||
./autogen.sh "$@"
|
./autogen.sh "$@"
|
||||||
make -j "$(nproc)"
|
make -j "$(nproc)"
|
||||||
|
|||||||
Reference in New Issue
Block a user