Build test using linux-dummy for Sparrow-hawk #83
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build test using linux-dummy for Sparrow-hawk | |
| run-name: Build test using linux-dummy for Sparrow-hawk | |
| on: | |
| push: | |
| branches: | |
| - 'scarthgap' | |
| - '*-dev' | |
| - '*-next' | |
| workflow_dispatch: | |
| jobs: | |
| Release: | |
| name: Release | |
| if: github.repository_owner == 'rcar-community' | |
| runs-on: ubuntu-22.04-arm | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v3 | |
| - name: Setup build envrionment | |
| uses: ./.github/workflows/setup_build_env | |
| - name: Run build | |
| shell: bash | |
| run: | | |
| while true; do echo "[keepalive] $(date)"; sleep 60; done & | |
| ./build.sh -q --console --sbom --rm-work --kernel-version dummy | |
| # ./build.sh --weston --sbom --rm-work --build-rootfs-only | |