fix: build TF-A without poetry
Poetry is not present in the docker environment. Pass an empty toolchain
parameter to indicate poetry is not to be used in building TF-A.
Change-Id: I5d0777821a9ef4e8ad8ab6d54edbbbfafe43bb98
Signed-off-by: Kathleen Capella <kathleen.capella@arm.com>
diff --git a/acs/builder.sh b/acs/builder.sh
index e2c75a3..4e1660b 100755
--- a/acs/builder.sh
+++ b/acs/builder.sh
@@ -32,6 +32,7 @@
SPD=spmd \
ENABLE_SPMD_LP=1\
ARM_BL2_SP_LIST_DTS=${WORKSPACE}/trusted-firmware-a/build/fvp/debug/sp_list_fragment.dts \
+ POETRY= \
all fip -j8
}