qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Palmer Dabbelt <palmer@rivosinc.com>
To: f4bug@amsat.org
Cc: qemu-devel@nongnu.org, Palmer Dabbelt <palmer@rivosinc.com>
Subject: [PATCH] gitlab-ci.yml: edk2: Move to Ubuntu 22.04
Date: Wed, 22 Feb 2023 07:53:41 -0800	[thread overview]
Message-ID: <20230222155341.10127-1-palmer@rivosinc.com> (raw)

The OpenSBI docker images have started tripping up on Ubuntu 18.04,
which is about to hit EOL.  So let's just move to 22.04 for EDK2 as
well.

Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
Just like the other one I don't know how to test this and I'm not at all
familiar with the CI so it might just be broken.
---
 .gitlab-ci.d/edk2/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.d/edk2/Dockerfile b/.gitlab-ci.d/edk2/Dockerfile
index bbe50ff832..053891d810 100644
--- a/.gitlab-ci.d/edk2/Dockerfile
+++ b/.gitlab-ci.d/edk2/Dockerfile
@@ -1,7 +1,7 @@
 #
 # Docker image to cross-compile EDK2 firmware binaries
 #
-FROM ubuntu:18.04
+FROM ubuntu:22.04
 
 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
 
-- 
2.39.1



                 reply	other threads:[~2023-02-22 15:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230222155341.10127-1-palmer@rivosinc.com \
    --to=palmer@rivosinc.com \
    --cc=f4bug@amsat.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).