File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ variables:
2
2
windows_vm : windows-2019
3
3
ubuntu_vm : ubuntu-22.04
4
4
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
6
6
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
7
7
# denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
8
8
# since our $(ci_runner_image) user is not root.
Original file line number Diff line number Diff line change 2
2
3
3
# Grab our configured image. The source for this is found
4
4
# 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
6
6
7
7
# We run some tests in different order, to catch some failures quicker.
8
8
stages :
@@ -92,7 +92,6 @@ build all 64bit ARM platforms:
92
92
script :
93
93
- virtualenv -p /usr/bin/python3 /tmp/venv
94
94
- . /tmp/venv/bin/activate
95
- - pip install pyelftools
96
95
- ret=0;
97
96
./tools/buildman/buildman -o /tmp -P -E -W aarch64 || ret=$?;
98
97
if [[ $ret -ne 0 ]]; then
You can’t perform that action at this time.
0 commit comments