Skip to content

Commit 9639655

Browse files
committed
Mock change to trigger docker rebuild
Change-Id: I10c2f964c3b64b4f1c52b9036d2451f0b89d96e7
1 parent cd306d3 commit 9639655

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/arm/setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function setup_fvp() {
124124
if [[ "${OS}" != "Linux" ]]; then
125125
echo "[${FUNCNAME[0]}] Warning: FVP only supported with Linux OS, skipping FVP setup..."
126126
echo "[${FUNCNAME[0]}] Warning: For MacOS, using https://github.com/Arm-Examples/FVPs-on-Mac is recommended."
127-
echo "[${FUNCNAME[0]}] Warning: Follow the instructions and make sure the path is set correctly."
127+
echo "[${FUNCNAME[0]}] Warning: Follow the instructions and make sure the path is set correctly."
128128
return 1
129129
fi
130130

@@ -323,6 +323,8 @@ setup_vela
323323
# Setup FVP
324324
setup_fvp
325325

326+
pip install mlia
327+
326328
echo "[main] update path by doing 'source ${setup_path_script}'"
327329

328330
echo "[main] success!"

0 commit comments

Comments
 (0)