Build: Do not update QCBOR path in run-build.sh
QCBOR path can be set via TF-M build command. There is no need to update
it in run-build.sh
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I3e81c277a9d21dc8eb17fa6c9ab81e929b0b7019
diff --git a/run-build.sh b/run-build.sh
index 2302479..0e24813 100755
--- a/run-build.sh
+++ b/run-build.sh
@@ -57,11 +57,6 @@
cd -
fi
-psa_qcbor_link="https://github.com/laurencelundblade/QCBOR.git"
-psa_qcbor_path="$(pwd)/psa_qcbor"
-psa_qcbor_cfg_cmake="psa-arch-tests/api-tests/tools/cmake/common/CMakeExternal.cmake"
-sed -i "s#$psa_qcbor_link#$psa_qcbor_path#g" $psa_qcbor_cfg_cmake
-
rm -rf trusted-firmware-m/build
mkdir trusted-firmware-m/build
cd trusted-firmware-m/build