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

Philippe Mathieu-Daudé posted 2 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211018092354.2637731-1-philmd@redhat.com
There is a newer version of this series
.gitlab-ci.d/edk2.yml | 4 ++++
roms/Makefile         | 3 ++-
roms/Makefile.edk2    | 7 ++++++-
scripts/make-release  | 7 ++++++-
4 files changed, 18 insertions(+), 3 deletions(-)
[PATCH 0/2] roms/edk2: Avoid cloning unused cmocka submodule
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
cmocka website SSL certificate expired, making CI pipelines
fail [*]. However EDK2 images built to test QEMU don't need
cmocka. Avoid cloning it.

[*] 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

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

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

-- 
2.31.1


Re: [PATCH 0/2] roms/edk2: Avoid cloning unused cmocka submodule
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
On 10/18/21 11:23, Philippe Mathieu-Daudé wrote:
> cmocka website SSL certificate expired, making CI pipelines
> fail [*]. However EDK2 images built to test QEMU don't need
> cmocka. Avoid cloning it.

Oh I forgot to mention we don't need oniguruma either, so
this series also avoid cloning it.

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