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:
parent
6895607360
commit
3f46b297b3
1 changed files with 0 additions and 7 deletions
|
@ -49,13 +49,6 @@ echo ""
|
||||||
echo "--- ccache stats at start"
|
echo "--- ccache stats at start"
|
||||||
ccache -s
|
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
|
if [ -n "${DAILY_BUILD}" ]; then
|
||||||
SANITYCHECK_OPTIONS=" --inline-logs -N --build-only --all --retry-failed 3 -v "
|
SANITYCHECK_OPTIONS=" --inline-logs -N --build-only --all --retry-failed 3 -v "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue