.buildkite: run.sh: Install lpc_checksum package
The sanitycheck tests are all failing for the lpcxpresso11u68 board because the lpc_checksum, a new python script requirement introduced by this board, is not present in the build environment. This commit attempt to fix this issue by installing lpc_checksum before running sanitycheck. Signed-off-by: Maxime Bittan <maxime.bittan@seagate.com>
This commit is contained in:
parent
70a277575a
commit
68ef393d25
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ echo ""
|
|||
echo "--- ccache stats at start"
|
||||
ccache -s
|
||||
|
||||
# Temporary fix: Install lpc_checksum, needed to build images for
|
||||
# lpcxpresso11u68 boards
|
||||
pip3 install lpc_checksum
|
||||
|
||||
if [ -n "${DAILY_BUILD}" ]; then
|
||||
SANITYCHECK_OPTIONS=" --inline-logs -N --build-only --all --retry-failed 3 -v "
|
||||
echo "--- DAILY BUILD"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue