Skip to content

Commit

Permalink
updates ci for kirkstone
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa committed Jul 7, 2023
1 parent f548a77 commit 1ec388f
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,10 @@ jobs:
matrix:
# Yocto versions (using branch convention)
# https://wiki.yoctoproject.org/wiki/Releases
branch: [
"langdale",
"kirkstone",
"honister",
"hardknott",
"gatesgarth",
"dunfell",
]
branch: ["kirkstone"]
env:
YOCTO_RELEASE: ${{ matrix.branch }}

runs-on: ubuntu-20.04
steps:
- name: Install Host dependencies
Expand All @@ -29,10 +22,10 @@ jobs:
xz-utils debianutils iputils-ping python3-git python3-jinja2 \
libegl1-mesa libsdl1.2-dev pylint3 xterm python3-subunit \
mesa-common-dev zstd liblz4-tool
- name: Check out meta-fossa
uses: actions/checkout@v3

- name: Run Yocto check layer script
run: |
cd ${RUNNER_TEMP}
Expand Down Expand Up @@ -62,4 +55,4 @@ jobs:
- uses: actions/checkout@v2
- name: "Check for incorrect FOSSA wording"
run: |
! grep 'Fossa ' **/*.md
! grep 'Fossa ' **/*.md

0 comments on commit 1ec388f

Please sign in to comment.