buildkite: remove workarounds for python package installations

Remove the temporary fixes for installing lpc_checksum
and imgtool packages in buildkite. Not required with
the new docker image.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2020-11-12 19:14:28 +01:00 committed by Kumar Gala
commit 3f46b297b3

View file

@ -49,13 +49,6 @@ echo ""
echo "--- ccache stats at start"
ccache -s
# Temporary fix: Install lpc_checksum, needed to build images for
# lpcxpresso11u68 boards
pip3 install lpc_checksum
# Temporary fix: Install imgtool, needed for MCUboot to sign images
# when builindg the TF-M integration samples
pip3 install imgtool
if [ -n "${DAILY_BUILD}" ]; then
SANITYCHECK_OPTIONS=" --inline-logs -N --build-only --all --retry-failed 3 -v "