diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-10 15:53:01 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-10 15:53:01 -0400 |
commit | 20bc19abb788a062c45e270fb7ea1596afd69b22 (patch) | |
tree | dc366f0afd3297299ba718f067f3b86aa7846172 /.gitlab-ci.yml | |
parent | 587e4a4296982f85b2a40fc8a704db65079e0aac (diff) |
Azure/GitLab: Move to latest Docker images
- Based on newer 'bionic' snapshot
- GCC 9.0
- RISCV GRUB binaries
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 ae158aa17c..ada9293c15 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://gitlab.denx.de/u-boot/gitlab-ci-runner -image: trini/u-boot-gitlab-ci-runner:bionic-20200112-21Feb2020 +image: trini/u-boot-gitlab-ci-runner:bionic-20200311-10Apr2020 # We run some tests in different order, to catch some failures quicker. stages: |