Skip to content

Commit

Permalink
CI ARM: temporarily disable Vulkan
Browse files Browse the repository at this point in the history
doesn't compile right now after upgrading to bullseye
  • Loading branch information
MartinPulec committed Sep 22, 2023
1 parent bca2809 commit 02cd247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/Linux/arm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 02cd247

Please sign in to comment.