Skip to content

WIP workflow

WIP workflow #8

name: Build clang runtime builtins
on:
workflow_dispatch:
push:
jobs:
build:
name: Build builtins
runs-on: ubuntu-latest
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest
strategy:
fail-fast: false
matrix:
target:
- core: cortex-m3
se: st33
- core: cortex-m35p+nodsp
se: st33k1
steps:
- uses: actions/checkout@v4
with:
ref: feat/apa/clangrt
sparse-checkout: |
tools/build_clangrt_builtins.sh
sparse-checkout-cone-mode: false
- run: ./tools/build_clangrt_builtins.sh -t ${{ matrix.target.core }} -o arch/${{ matrix.target.se }}/lib
- run: find