Skip to content

Commit 6875b8d

Browse files
committed
Add missing mlsd-deps option to test-backend-linux vgf flow
1 parent c939c5b commit 6875b8d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.ci/scripts/test_backend.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@ fi
5858

5959
if [[ "$FLOW" == *arm* ]]; then
6060

61+
# Setup ARM deps.
6162
if [[ "$FLOW" == *vgf* ]]; then
62-
# Setup Vulkan SDK which is required for VGF backend
63+
# Vulkan-SDK required for VGF backend
6364
source .ci/scripts/setup-vulkan-linux-deps.sh
65+
.ci/scripts/setup-arm-baremetal-tools.sh --enable-mlsdk-deps --install-mlsdk-deps-with-pip
66+
else
67+
.ci/scripts/setup-arm-baremetal-tools.sh
6468
fi
65-
66-
# Setup ARM deps.
67-
.ci/scripts/setup-arm-baremetal-tools.sh
6869
source examples/arm/ethos-u-scratch/setup_path.sh
6970

7071
if [[ "$FLOW" == *ethos_u* ]]; then

0 commit comments

Comments
 (0)