Commit 848121746768433c0d0a024ca1301f262b22e540

Authored by Tom Rini
1 parent f9b65c76b4

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -172,6 +172,9 @@
172 172 tags: [ 'all' ]
173 173 stage: testsuites
174 174 script:
  175 + - virtualenv /tmp/venv
  176 + - . /tmp/venv/bin/activate
  177 + - pip install pyelftools
175 178 - export UBOOT_TRAVIS_BUILD_DIR=`cd .. && pwd`/.bm-work/sandbox_spl;
176 179 ./tools/buildman/buildman -P sandbox_spl &&
177 180 export PYTHONPATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt";