From a58f5a023cda2a89b12f46fef6af88d9652b15c9 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Wed, 30 Oct 2024 13:03:54 +0000 Subject: [PATCH] ci: build-yocto: disable the sstate-mirror We are facing some problems with the upstream sstate-mirror. It would be better to turn it off for now while we analyze and look for a solution to the problem. Signed-off-by: Jose Quaresma --- .github/workflows/build-yocto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-yocto.yml b/.github/workflows/build-yocto.yml index eaa99d3c..4e0f5ebf 100644 --- a/.github/workflows/build-yocto.yml +++ b/.github/workflows/build-yocto.yml @@ -68,4 +68,4 @@ jobs: export SSTATE_DIR=${CACHE_DIR}/sstate-cache export KAS_WORK_DIR=$PWD/../kas mkdir $KAS_WORK_DIR - kas build ci/mirror.yml:ci/${{ matrix.machine }}.yml + kas build ci/${{ matrix.machine }}.yml