Skip to content

Commit

Permalink
ci: build-yocto: disable the sstate-mirror
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
quaresmajose authored and ricardosalveti committed Oct 30, 2024
1 parent a7f286b commit a58f5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a58f5a0

Please sign in to comment.