Skip to content

Commit

Permalink
Include baremetal compiler-rt
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Oct 20, 2024
1 parent 78db18e commit 9c71e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sysroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
cd "${ANDROID_NDK_HOME:?}"/toolchains/llvm/prebuilt/linux-x86_64/lib/clang/*/lib/linux
find ./ -mindepth 1 -type d -exec sh -c 'echo "INPUT(-lunwind)" > "$1"/libgcc.a' sh {} \;
tar -cJf /tmp/android_compiler-rt.tar.xz -C . .
cd ..
tar -cJf /tmp/android_compiler-rt.tar.xz -C . linux baremetal
- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9c71e45

Please sign in to comment.