.gitlab-ci.d/edk2.yml | 6 +++++- roms/Makefile | 3 ++- roms/Makefile.edk2 | 7 ++++++- scripts/make-release | 7 ++++++- 4 files changed, 19 insertions(+), 4 deletions(-)
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
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 <kraxel@redhat.com>
On 10/18/21 3:58 AM, 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 > > Philippe Mathieu-Daudé (2): > roms/edk2: Only init brotli submodule to build BaseTools > roms/edk2: Only initialize required submodules Thanks a lot. Tested-by: Richard Henderson <richard.henderson@linaro.org> I'll queue this to target-arm.next. r~
On 10/18/21 20:10, Richard Henderson wrote: > On 10/18/21 3:58 AM, 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 >> >> Philippe Mathieu-Daudé (2): >> roms/edk2: Only init brotli submodule to build BaseTools >> roms/edk2: Only initialize required submodules > > Thanks a lot. > > Tested-by: Richard Henderson <richard.henderson@linaro.org> > > I'll queue this to target-arm.next. If you don't have anything in your queue I can send a pullreq tomorrow, otherwise thanks for taking care of it.
On 10/18/21 11:53 AM, Philippe Mathieu-Daudé wrote: > If you don't have anything in your queue I can send a pullreq > tomorrow, otherwise thanks for taking care of it. I do have a few other patches already in the queue. I'll take care of it. r~
© 2016 - 2026 Red Hat, Inc.