File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2323 " GICV2" ,
2424 " GICV3" ,
2525 ]
26+ cross_compile : [
27+ " " ,
28+ " CROSS_COMPILE=clang" ,
29+ ]
2630 steps :
2731 - uses : actions/checkout@v4
2832 with :
2933 submodules : recursive
30- - run : make PLATFORM=${{ matrix.platform }} GIC_VERSION=${{ matrix.gic }} CONFIG=null
34+ - run : make PLATFORM=${{ matrix.platform }} GIC_VERSION=${{ matrix.gic }} \
35+ CONFIG=null ${{ matrix.cross_compile }}
Original file line number Diff line number Diff line change 2424 " IPIC_SBI" ,
2525 " IPIC_ACLINT" ,
2626 ]
27+ cross_compile : [
28+ " " ,
29+ " CROSS_COMPILE=clang" ,
30+ ]
2731 steps :
2832 - uses : actions/checkout@v4
2933 with :
3034 submodules : recursive
3135 - run : make PLATFORM=${{ matrix.platform }} IRQC=${{ matrix.irqc }} \
32- IPIC=${{ matrix.ipic }} CONFIG=null
36+ IPIC=${{ matrix.ipic }} CONFIG=null ${{ matrix.cross_compile }}
You can’t perform that action at this time.
0 commit comments