Skip to content

Commit 80d38af

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/arm/setup.sh

Lines changed: 2 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

@@ -234,6 +234,7 @@ function setup_tosa_reference_model() {
234234
git submodule update --init --recursive
235235
cd ..
236236
fi
237+
echo "Hi"
237238
cd reference_model
238239
mkdir -p build
239240
cd build

0 commit comments

Comments
 (0)