feat(ci): build tfa and tftf in the job's workspace directory
This is useful when running locally - avoid polluting the source
directory with artefacts and allows more than 1 job to be built at the
same time.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I8e8e0ff4741d5454706fd96a55936d56c3a6d22e
diff --git a/juno_utils.sh b/juno_utils.sh
index 476a6fd..e14c90f 100644
--- a/juno_utils.sh
+++ b/juno_utils.sh
@@ -111,7 +111,7 @@
# Copy BL32 to a temporary directoy, and update it in the FIP
local tmpdir="$(mktempdir)"
- from="$tf_root/build/juno/$mode" to="$tmpdir" collect_build_artefacts
+ from="$tf_build_root/juno/$mode" to="$tmpdir" collect_build_artefacts
bin_name="tos-fw" src="$tmpdir/bl32.bin" fip_update
}