We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c939c5b commit 6875b8dCopy full SHA for 6875b8d
.ci/scripts/test_backend.sh
@@ -58,13 +58,14 @@ fi
58
59
if [[ "$FLOW" == *arm* ]]; then
60
61
+ # Setup ARM deps.
62
if [[ "$FLOW" == *vgf* ]]; then
- # Setup Vulkan SDK which is required for VGF backend
63
+ # Vulkan-SDK required for VGF backend
64
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
68
fi
-
- # Setup ARM deps.
- .ci/scripts/setup-arm-baremetal-tools.sh
69
source examples/arm/ethos-u-scratch/setup_path.sh
70
71
if [[ "$FLOW" == *ethos_u* ]]; then
0 commit comments