diff options
| author | Tom Rini <[email protected]> | 2025-04-24 16:02:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-24 16:30:26 -0600 |
| commit | 1c2979af36be4275135671dbc69d1f86576a6c76 (patch) | |
| tree | 9640d63f54ab1c993677bcd6bf06898a2557ec01 /.azure-pipelines.yml | |
| parent | efd00b03455644b18eaf2b6dcd07f6d55b95b39e (diff) | |
CI: Update to latest containers
This changes to using "venv" rather than "virtualenv" for Python
sandboxing.
Signed-off-by: Tom Rini <[email protected]>
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 84032b3097d..a00ee67f297 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -2,7 +2,7 @@ variables: windows_vm: windows-2022 ubuntu_vm: ubuntu-24.04 macos_vm: macOS-14 - ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20250404-10Apr2025 + ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20250404-24Apr2025 # 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. |
