diff options
author | Tom Rini <trini@konsulko.com> | 2021-06-10 10:57:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-05 15:28:32 -0400 |
commit | b1c2102db1774686282474aee3c2dd06df92f175 (patch) | |
tree | 5c48d348930efa23ec452673f2afafb9581e8eb9 /.azure-pipelines.yml | |
parent | 9bde9b5e29a31bf07a6cd4e00643a7de65c5212d (diff) | |
download | u-boot-b1c2102db1774686282474aee3c2dd06df92f175.tar.gz u-boot-b1c2102db1774686282474aee3c2dd06df92f175.tar.bz2 u-boot-b1c2102db1774686282474aee3c2dd06df92f175.zip |
Docker/CI: Update to "focal" and latest build
Move us up to being based on Ubuntu 20.04 "focal" and the latest tag
from Ubuntu for this release. For this, we make sure that "python" is
now python3 but still include python2.7 for the rx51 qemu build as that
is very old and does not support python3.
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 99964be53c..06c4a2ffd0 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -2,7 +2,7 @@ variables: windows_vm: vs2017-win2016 ubuntu_vm: ubuntu-18.04 macos_vm: macOS-10.15 - ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020 + ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20210609-01Jul2021 # 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. |