Re: [PATCH v2 10/11] edk2/docker: use ubuntu 18.04

2022-03-13 Thread Philippe Mathieu-Daudé
On 11/3/22 06:37, Gerd Hoffmann wrote: Upstream CI uses ubuntu 18.04 too, so pick that version (instead of something newer). Signed-off-by: Gerd Hoffmann Reviewed-by: Alex Bennée --- .gitlab-ci.d/edk2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe M

[PATCH v2 10/11] edk2/docker: use ubuntu 18.04

2022-03-10 Thread Gerd Hoffmann
Upstream CI uses ubuntu 18.04 too, so pick that version (instead of something newer). Signed-off-by: Gerd Hoffmann Reviewed-by: Alex Bennée --- .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/Docke