qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/2] roms/edk2: Avoid cloning unused cmocka submodule


From: Philippe Mathieu-Daudé
Subject: [PATCH v2 0/2] roms/edk2: Avoid cloning unused cmocka submodule
Date: Mon, 18 Oct 2021 12:58:14 +0200

cmocka website SSL certificate expired, making CI pipelines
fail [*]. However EDK2 images built to test QEMU don't need
cmocka, nor oniguruma. Avoid cloning them.

Note: scripts/make-release is neither covered in MAINTAINERS
      nor in our CI.

[*] https://gitlab.com/rth7680/qemu/-/jobs/1685387520
fatal: unable to access 'https://git.cryptomilk.org/projects/cmocka.git/': 
server certificate verification failed. CAfile: 
/etc/ssl/certs/ca-certificates.crt CRLfile: none
fatal: clone of 'https://git.cryptomilk.org/projects/cmocka.git' into submodule 
path 'UnitTestFrameworkPkg/Library/CmockaLib/cmocka' failed

Since v1:
- Fixed typo (thuth)
- Added missing '--' shell separator

Philippe Mathieu-Daudé (2):
  roms/edk2: Only init brotli submodule to build BaseTools
  roms/edk2: Only initialize required submodules

 .gitlab-ci.d/edk2.yml | 6 +++++-
 roms/Makefile         | 3 ++-
 roms/Makefile.edk2    | 7 ++++++-
 scripts/make-release  | 7 ++++++-
 4 files changed, 19 insertions(+), 4 deletions(-)

-- 
2.31.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]