Skip to content

Commit

Permalink
ci: set the KAS_BUILD_DIR
Browse files Browse the repository at this point in the history
kas can creat the build dir with KAS_BUILD_DIR so use them
and also set it to a folder outside the repo.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Oct 16, 2024
1 parent 7c63d08 commit 5e45439
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
export PERSISTENT_DIR=/srv/gh-runners/quic-yocto
export DL_DIR=${PERSISTENT_DIR}/downloads
export SSTATE_DIR=${PERSISTENT_DIR}/sstate-cache
export KAS_BUILD_DIR=/build
mkdir -p $DL_DIR
mkdir -p $SSTATE_DIR
mkdir build
cd build
kas build ../ci/${{ matrix.machine }}.yml
kas build ci/${{ matrix.machine }}.yml

0 comments on commit 5e45439

Please sign in to comment.