Skip to content

Commit 7b29a9d

Browse files
committed
CI ARM: build Vulkan with armhf
This effectively reverts commit 02cd247 (later modified to disable Vulkan only for 32b ARM).
1 parent 0a3b315 commit 7b29a9d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/scripts/Linux/arm/bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ apt -y install \
3232
libdrm-dev\
3333
libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev\
3434
libva-dev\
35+
libvulkan-dev\
3536

3637
/.github/scripts/install-common-deps.sh
3738
/.github/scripts/Linux/install_others.sh ndi pipewire ximea

.github/scripts/Linux/arm/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ APPNAME=UltraGrid-latest-${ARCH}.AppImage
1313
# shellcheck disable=SC2086 # intentional
1414
set -- $FEATURES
1515
set -- "$@" --enable-drm_disp
16-
if [ "$ARCH" != arm64 ]; then
17-
set -- "$@" --disable-vulkan
18-
fi
1916

2017
./autogen.sh "$@"
2118
make -j "$(nproc)"

0 commit comments

Comments
 (0)