mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
gitlab-ci: Add pyelftools to the binman testsuite section
We need pyelftools here to run rather than skip some tests. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f9b65c76b4
commit
8481217467
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ Run binman and dtoc testsuite:
|
|||
tags: [ 'all' ]
|
||||
stage: testsuites
|
||||
script:
|
||||
- virtualenv /tmp/venv
|
||||
- . /tmp/venv/bin/activate
|
||||
- pip install pyelftools
|
||||
- export UBOOT_TRAVIS_BUILD_DIR=`cd .. && pwd`/.bm-work/sandbox_spl;
|
||||
./tools/buildman/buildman -P sandbox_spl &&
|
||||
export PYTHONPATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt";
|
||||
|
|
Loading…
Add table
Reference in a new issue