From 3f46b297b335f0504adf165d33203940b4d931cc Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Thu, 12 Nov 2020 19:14:28 +0100 Subject: [PATCH] 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 --- .buildkite/run.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.buildkite/run.sh b/.buildkite/run.sh index 2f4c0734893..48c57cd9289 100755 --- a/.buildkite/run.sh +++ b/.buildkite/run.sh @@ -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 "