Skip to content

Commit

Permalink
.github/workflows/build: test against 'scarthgap' branches
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Jörns <[email protected]>
  • Loading branch information
ejoerns committed Sep 27, 2024
1 parent adef68e commit 5cfc28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
with:
path: meta-ptx
- name: Clone poky
run: git clone --shared --reference-if-able /srv/shared-git/poky.git -b master https://github.com/yoctoproject/poky.git
run: git clone --shared --reference-if-able /srv/shared-git/poky.git -b scarthgap https://github.com/yoctoproject/poky.git
- name: Clone meta-openembedded
run: git clone --shared --reference-if-able /srv/shared-git/meta-openembedded.git -b master https://github.com/openembedded/meta-openembedded.git
run: git clone --shared --reference-if-able /srv/shared-git/meta-openembedded.git -b scarthgap https://github.com/openembedded/meta-openembedded.git
- name: Initialize build directory
run: |
source poky/oe-init-build-env build
Expand Down

0 comments on commit 5cfc28d

Please sign in to comment.