Skip to content

Commit

Permalink
C/C++ headers repo split
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 7, 2024
1 parent fa558ac commit aa1644e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 168 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
mkdir -p ${{matrix.target_arch}}
rm -rf ${{matrix.target_arch}}/include
mv toolchain/include/c++/* ${{matrix.target_arch}}/include
mv toolchain/lib/gcc/${{matrix.target_arch}}-elf/*/include/* ${{matrix.target_arch}}/include/
cp -rp ${{matrix.target_arch}}/include/${{matrix.target_arch}}-elf/* ${{matrix.target_arch}}/include/
rm -rf ${{matrix.target_arch}}/include/${{matrix.target_arch}}-elf
( cd ${{matrix.target_arch}} && patch -p0 <../clang-compat.patch )
- name: Push
run: |
Expand Down
166 changes: 0 additions & 166 deletions clang-compat.patch

This file was deleted.

0 comments on commit aa1644e

Please sign in to comment.