summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-09-08 17:58:33 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-09 09:39:27 +0000
commit02043f218bebf081b8a758e929e0529d9d17386d (patch)
tree5c947a7d8acca089851aada4a501b0e3fa8a3dd2 /.gitlab-ci.yml
parentd39b2e7252894a0b0d867627a69518bd0a61ae96 (diff)
downloadchrome-ec-02043f218bebf081b8a758e929e0529d9d17386d.tar.gz
gitlab: Update pyelftools
We had pyelftools 0.26 installed, and need 0.28. Probably this should be in the DockerFile, but this is faster. BRANCH=None BUG=None TEST=Ran pip in docker Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: Iaa9ddd4dcddf696eb4d59b8a6cffb4e33e1c1ba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3885228 Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tomasz Michalec <tmichalec@google.com> Auto-Submit: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Tomasz Michalec <tmichalec@google.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b76a898f1..e7eed9da49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,7 @@ before_script:
# Install Python and packages
- python3 -V # Print out python version for debugging
- python3 -m pip install "${EC_DIR}/zephyr/zmake[tests]" --user
- - python3 -m pip install pyyaml packaging ply psutil
+ - python3 -m pip install pyyaml packaging ply psutil 'pyelftools>=0.28'
- export PATH="$PATH:$HOME/.local/bin"
- export PYTHONIOENCODING=utf-8
# Build directory