Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Nov 1, 2024
1 parent c4c1b58 commit d28969c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ jobs:
sudo chown -R "$(id -u):$(id -g)" "${MOUNTPOINT}"
sudo mount -t nfs "${YOCTO_CACHE_HOST}:/" "${MOUNTPOINT}" -o fsc,nolock
mkdir -p conf
cat <<EOF >> conf/auto.conf
mkdir -p build/conf
cat <<EOF >> build/conf/auto.conf
SSTATE_MIRRORS:prepend = "
file://.* file://${MOUNTPOINT}/$(whoami)/${MACHINE}/sstate/PATH"
Expand Down Expand Up @@ -491,7 +491,14 @@ jobs:
mkdir -p "${SHARED_BUILD_DIR}"
cat conf/auto.conf
./balena-yocto-scripts/build/balena-build.sh \
-d "${MACHINE}" \
-t "${{ secrets.BALENA_API_DEPLOY_KEY }}" \
-s "${SHARED_BUILD_DIR}" \
-g "${BARYS_ARGUMENTS_VAR} --dry-run"
find . -name local.conf
cat ./build/conf/auto.conf
./balena-yocto-scripts/build/balena-build.sh \
-d "${MACHINE}" \
Expand Down

0 comments on commit d28969c

Please sign in to comment.