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 /.gitlab-ci.yml | |
parent | 9bde9b5e29a31bf07a6cd4e00643a7de65c5212d (diff) | |
download | u-boot-b1c2102db1774686282474aee3c2dd06df92f175.tar.gz |
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 '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d072e833a3..94c7333056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # Grab our configured image. The source for this is found at: # https://source.denx.de/u-boot/gitlab-ci-runner -image: trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020 +image: trini/u-boot-gitlab-ci-runner:focal-20210609-01Jul2021 # We run some tests in different order, to catch some failures quicker. stages: |