From a2b945c75ebb671403d61ecbee08efbfc92ae845 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 24 Feb 2022 16:10:25 +0000 Subject: [PATCH] CI: use kas:latest, needed for the latest bitbake As BitBake has renamed BB_ENV_EXTRAWHITE to BB_ENV_PASSTHROUGH_ADDITIONS the SSTATE_DIR and DL_DIR variables don't get passed from the environment to bitake anymore. This is fixed in Kas's git repo, so use :latest until a release is made. Signed-off-by: Ross Burton --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd495cf9..66d213f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ghcr.io/siemens/kas/kas:latest-release +image: ghcr.io/siemens/kas/kas:latest stages: - prep