]> git.ipfire.org Git - thirdparty/qemu.git/commit
gitlab-ci: Remove job building EDK2 firmware binaries
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Mar 2023 13:32:47 +0000 (14:32 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 24 Apr 2024 09:29:57 +0000 (12:29 +0300)
commit861fca8ce0c0837a3244d29be2cb15565852bf86
treeeae0838a648502af67d8e336dbd874ec5327d95d
parentc6fe0f315cfac9739c8d57ffa05c9c22d7ebd2cb
gitlab-ci: Remove job building EDK2 firmware binaries

When we introduced this Gitlab-CI job in commit 71920809ce
("gitlab-ci.yml: Add jobs to build EDK2 firmware binaries"),
the naive plan was to have reproducible binaries by downloading
what this job would build, testing it and eventually committing
it. With retrospective, nothing happened 3 years later and this
job is just bitrotting:

  Step 1/3 : FROM ubuntu:18.04
  18.04: Pulling from library/ubuntu
  mediaType in manifest should be
  'application/vnd.docker.distribution.manifest.v2+json' not
  'application/vnd.oci.image.manifest.v1+json'

Remove this job to avoid wasting maintenance and CI ressources.

Reported-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230310133247.39268-1-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit 690ceb71936f9037f6e11580709e26b62d83c17c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.gitlab-ci.d/edk2.yml [deleted file]
.gitlab-ci.d/edk2/Dockerfile [deleted file]
.gitlab-ci.d/qemu-project.yml
MAINTAINERS