We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5014f15 commit 2acf068Copy full SHA for 2acf068
.github/workflows/build_clangrt_builtins.yml
@@ -37,14 +37,16 @@ jobs:
37
steps:
38
- uses: actions/checkout@v4
39
with:
40
- # TODO: remove this next line before merging!
41
- ref: feat/regain_control_over_libs
42
sparse-checkout: |
43
tools/build_clangrt_builtins.sh
+ tools/build_newlib.sh
+ tools/cantunwind.patch
44
sparse-checkout-cone-mode: false
45
46
- run: ./tools/build_clangrt_builtins.sh -t ${{ matrix.target.core }} -o artifact/arch/${{ matrix.target.se }}/lib
47
48
+ - run: ./tools/build_newlib.sh -t ${{ matrix.target.core }} -o artifact/arch/${{ matrix.target.se }}/lib
49
+
50
- uses: actions/upload-artifact@v4
51
52
name: arch-${{ matrix.target.se }}
0 commit comments