Skip to content

Commit 17196e4

Browse files
committed
CI: Update to jammy-20221003-17Oct2022 tag
This includes python3-pyelftools so we can drop it from one of the tests directly. Signed-off-by: Tom Rini <[email protected]>
1 parent 3379926 commit 17196e4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variables:
22
windows_vm: windows-2019
33
ubuntu_vm: ubuntu-22.04
44
macos_vm: macOS-12
5-
ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20221003-07Oct2022
5+
ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20221003-17Oct2022
66
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
77
# denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
88
# since our $(ci_runner_image) user is not root.

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Grab our configured image. The source for this is found
44
# in the u-boot tree at tools/docker/Dockerfile
5-
image: trini/u-boot-gitlab-ci-runner:jammy-20221003-07Oct2022
5+
image: trini/u-boot-gitlab-ci-runner:jammy-20221003-17Oct2022
66

77
# We run some tests in different order, to catch some failures quicker.
88
stages:
@@ -92,7 +92,6 @@ build all 64bit ARM platforms:
9292
script:
9393
- virtualenv -p /usr/bin/python3 /tmp/venv
9494
- . /tmp/venv/bin/activate
95-
- pip install pyelftools
9695
- ret=0;
9796
./tools/buildman/buildman -o /tmp -P -E -W aarch64 || ret=$?;
9897
if [[ $ret -ne 0 ]]; then

0 commit comments

Comments
 (0)