On Mon, Oct 18, 2021 at 12:58:14PM +0200, Philippe Mathieu-Daudé wrote: > 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
Reviewed-by: Gerd Hoffmann <kra...@redhat.com>