diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-17 11:10:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-17 11:10:32 -0400 |
commit | 17196e446b6ea11220c3e08cebff839f999e0185 (patch) | |
tree | ff76bb4adf08090f7df195c376dfa9480acae7d6 /.azure-pipelines.yml | |
parent | 33799266021c390aa355696b6d722169745ddf1e (diff) | |
download | u-boot-17196e446b6ea11220c3e08cebff839f999e0185.tar.gz |
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 <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index f200b40dbb..bda762451f 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -2,7 +2,7 @@ variables: windows_vm: windows-2019 ubuntu_vm: ubuntu-22.04 macos_vm: macOS-12 - ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20221003-07Oct2022 + ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20221003-17Oct2022 # Add '-u 0' options for Azure pipelines, otherwise we get "permission # denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer", # since our $(ci_runner_image) user is not root. |