Builders.sh: remove spm fetch code
There is no need to fetch SPM binaries before execution because these
are fetched at runtime (and with the right version) by the
corresponding run configuration.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: Ica1b06eca3b6d8b16ba201526841a735cdbef453
diff --git a/tf-a-builder/builders.sh b/tf-a-builder/builders.sh
index 145d9c5..7618c10 100755
--- a/tf-a-builder/builders.sh
+++ b/tf-a-builder/builders.sh
@@ -72,16 +72,7 @@
# Fetch required firmware/binaries and place it at proper location
export nfs_volume="${WORKSPACE}/nfs"
project_filer="${nfs_volume}/projectscratch/ssg/trusted-fw"
-for d in spm spm-10-23-2020; do
- mkdir -p ${project_filer}/ci-files/$d
- cd ${project_filer}/ci-files/$d
- resilient_cmd curl --connect-timeout 5 --retry 5 --retry-delay 1 -fsSLo \
- download.json \
- ${tfa_downloads}/$d/?export=json
- for f in $(cat download.json | jq .files[].Url | sed s/\"//g); do
- resilient_cmd curl --connect-timeout 5 --retry 5 --retry-delay 1 -fsSLo $(basename $f) $f
- done
-done
+mkdir -p ${project_filer}
# FIXME: place below code in above loop
# fetch https://downloads.trustedfirmware.org/tf-a/dummy-crypto-lib.tar