Skip to content

Commit 2acf068

Browse files
Adding newlib build to the workflow
1 parent 5014f15 commit 2acf068

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_clangrt_builtins.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,16 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
with:
40-
# TODO: remove this next line before merging!
41-
ref: feat/regain_control_over_libs
4240
sparse-checkout: |
4341
tools/build_clangrt_builtins.sh
42+
tools/build_newlib.sh
43+
tools/cantunwind.patch
4444
sparse-checkout-cone-mode: false
4545

4646
- run: ./tools/build_clangrt_builtins.sh -t ${{ matrix.target.core }} -o artifact/arch/${{ matrix.target.se }}/lib
4747

48+
- run: ./tools/build_newlib.sh -t ${{ matrix.target.core }} -o artifact/arch/${{ matrix.target.se }}/lib
49+
4850
- uses: actions/upload-artifact@v4
4951
with:
5052
name: arch-${{ matrix.target.se }}

0 commit comments

Comments
 (0)