Skip to content

Commit

Permalink
comply review requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu committed Aug 3, 2022
1 parent 27f47a9 commit 01d8373
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scripts/android-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ setup_python
setup-android-ndk-env

python setup.py clean
python3 setup.py build_ext
python setup.py build_ext
cd build
aarch64-linux-android-strip libtaichi_export_core.so
aarch64-linux-android-strip libtaichi_c_api.so
rm -f python/CHANGELOG.md

chmod -R 777 "$SCCACHE_DIR"
3 changes: 0 additions & 3 deletions .github/workflows/scripts/aot-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ function build-and-smoke-test-android-aot-demo {
ANDROID_APP_ROOT=$APP_ROOT/android
JNI_PATH=$ANDROID_APP_ROOT/app/src/main/jniLibs/arm64-v8a/

# cd $APP_ROOT/python
# python3 implicit_fem.py --aot

mkdir -p $JNI_PATH
cp taichi/build/libtaichi_export_core.so $JNI_PATH
cd $ANDROID_APP_ROOT
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,6 @@ jobs:
registry.taichigraphics.com/taichidev-androidsdk18.04:v0.0.5 \
/home/dev/taichi/.github/workflows/scripts/android-build.sh build-ext
redis-cli --raw -h $REDIS_HOST get android-build-credentials >> $GITHUB_ENV
- name: Test For Android AOT (export core)
run: |
docker rm taichi_test_android -f
Expand Down

0 comments on commit 01d8373

Please sign in to comment.