Skip to content

Bands Readme updates (#242) #36

Bands Readme updates (#242)

Bands Readme updates (#242) #36

name: Systemready-devicetree band Build Checker
on:
push:
branches: # trigger on push to master
- main
pull_request: # trigger on pull requests to master
branches:
- main
workflow_dispatch: # to dispatch from Github Actions
jobs:
build_image:
name: SystemReady-devicetree band Build Check
runs-on: ubuntu-22.04
strategy:
matrix:
env:
- ARCH: x86_64
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Start building
run:
sudo -s;
git config --global user.name "arm-systemready";
git config --global user.email "[email protected]";
cd SystemReady-devicetree-band/Yocto;
./build-scripts/get_source.sh;
sed -i 's/if 0 == os.getuid/if 1 == os.getuid/' meta-woden/poky/meta/classes-global/sanity.bbclass;
./build-scripts/build-systemready-dt-band-live-image.sh
- uses: actions/upload-artifact@v3
with:
name: systemready-dt_acs_live_image.wic.xz
path: SystemReady-devicetree-band/Yocto/meta-woden/build/tmp/deploy/images/generic-arm64/systemready-dt_acs_live_image.wic.xz
if-no-files-found: error