File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,6 @@ install_enn_backend() {
5454 rm -rf " ${NDK_INSTALLATION_DIR} " && sudo mkdir -p " ${NDK_INSTALLATION_DIR} "
5555 ANDROID_NDK_VERSION=r27b
5656
57- pushd .
58- cd /tmp
59- curl -Os --retry 3 " https://ossci-android.s3.amazonaws.com/android-ndk-${ANDROID_NDK_VERSION} -linux.zip"
60- unzip -qo " android-ndk-${ANDROID_NDK_VERSION} -linux.zip"
61-
62- # Print the content for manual verification
63- ls -lah " android-ndk-${ANDROID_NDK_VERSION} "
64- sudo mv " android-ndk-${ANDROID_NDK_VERSION} " /* " ${NDK_INSTALLATION_DIR} "
65- popd
6657 # build Exynos backend
6758 export ANDROID_NDK_ROOT=${ANDROID_NDK_ROOT:-/ opt/ ndk}
6859 bash backends/samsung/build.sh --build all
Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ jobs:
874874 contents : read
875875 with :
876876 runner : linux.2xlarge
877- docker-image : ci-image:executorch-ubuntu-22.04-gcc9
877+ docker-image : ci-image:executorch-ubuntu-22.04-clang12-android
878878 submodules : ' recursive'
879879 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
880880 timeout : 90
You can’t perform that action at this time.
0 commit comments