From 9345d5129380a0fe53dad15358b7087a882e94e0 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 8 Nov 2021 11:59:04 +0200 Subject: Coin: fix issue with ssl certificates Workaround python certificate issues in Ubuntu 18.04: fatal: Cannot get https://github.com/theqtcompany/git-repo/clone.bundle fatal: error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852) Change-Id: Icd122e2cd59d9a6f66a0f79c8512302320de7c91 Reviewed-by: Mikko Gronoff --- coin/module_config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 8f6bc582..1ff93756 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -85,6 +85,9 @@ build_instructions: - type: EnvironmentVariable variableName: DL_DIR variableValue: "/mnt/yocto-cache/downloads" + - type: EnvironmentVariable + variableName: SSL_CERT_DIR + variableValue: "/etc/ssl/certs" - type: ExecuteCommand command: ["{{.SourceDir}}/b2qt-init-build-env", "init", "--device", "{{.Env.MACHINE}}", "--reference", "/mnt/yocto-cache/mirror"] maxTimeInSeconds: 1800 -- cgit v1.2.3