public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 01/45] WIP: gitlab: Install pyelftools
@ 2022-10-13 12:25 Simon Glass
  2022-10-13 12:25 ` [PATCH v2 02/45] docker: Install pyelftools for builds Simon Glass
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Glass @ 2022-10-13 12:25 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Simon Glass, Heinrich Schuchardt, Joel Stanley

This should not need to be applied if the Dockerfile update is taken.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2:
- Move the gitlab change into an RFC patch

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7052a6061cb..f5307bc1bc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,7 @@ stages:
     # If we've been asked to use clang only do one configuration.
     - export UBOOT_TRAVIS_BUILD_DIR=/tmp/${TEST_PY_BD}
     - echo BUILD_ENV ${BUILD_ENV}
+    - pip install pyelftools
     - tools/buildman/buildman -o ${UBOOT_TRAVIS_BUILD_DIR} -w -E -W -e
         --board ${TEST_PY_BD} ${OVERRIDE}
     - cp ~/grub_x86.efi $UBOOT_TRAVIS_BUILD_DIR/
@@ -113,6 +114,7 @@ build all PowerPC platforms:
 build all other platforms:
   stage: world build
   script:
+    - pip install pyelftools
     - ret=0;
       ./tools/buildman/buildman -o /tmp -P -E -W -x arm,powerpc || ret=$?;
       if [[ $ret -ne 0 ]]; then
-- 
2.38.0.rc1.362.ged0d419d3c-goog


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-17 18:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-13 12:25 [PATCH v2 01/45] WIP: gitlab: Install pyelftools Simon Glass
2022-10-13 12:25 ` [PATCH v2 02/45] docker: Install pyelftools for builds Simon Glass
2022-10-13 16:01   ` Heinrich Schuchardt
2022-10-17 15:16   ` [PATCH] CI: Update to jammy-20221003-17Oct2022 tag Tom Rini
2022-10-17 18:30     ` Tom Rini
2022-10-17 18:30   ` [PATCH v2 02/45] docker: Install pyelftools for builds Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox