Skip to content

Commit

Permalink
Try workaround jemalloc require link gcc on andoird
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Jun 26, 2024
1 parent 72ab397 commit f8310d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
CC_armv7-linux-androideabi: "armv7a-linux-androideabi21-clang"
# CC_i686-linux-android: "i686-linux-android21-clang"
run: |
find "${ANDROID_NDK_ROOT}" -name "libunwind.a" -execdir touch libgcc.a \;
export PATH=$PATH:${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin
cargo build --verbose --release --target=${{ matrix.target }}
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f8310d2

Please sign in to comment.