File tree 4 files changed +3
-8
lines changed
4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
runner : linux.2xlarge
16
16
docker-image : executorch-ubuntu-22.04-clang12-android
17
- submodules : ' true '
17
+ submodules : ' recursive '
18
18
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
19
19
timeout : 90
20
20
upload-artifact : android-apps
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ jobs:
345
345
with :
346
346
runner : linux.2xlarge
347
347
docker-image : executorch-ubuntu-22.04-clang12-android
348
- submodules : ' true '
348
+ submodules : ' recursive '
349
349
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
350
350
timeout : 90
351
351
upload-artifact : android-apps
Original file line number Diff line number Diff line change 45
45
secrets-env : EXECUTORCH_MAVEN_SIGNING_KEYID EXECUTORCH_MAVEN_SIGNING_PASSWORD EXECUTORCH_MAVEN_CENTRAL_PASSWORD EXECUTORCH_MAVEN_CENTRAL_USERNAME EXECUTORCH_MAVEN_SIGNING_GPG_KEY_CONTENTS
46
46
runner : linux.2xlarge
47
47
docker-image : executorch-ubuntu-22.04-clang12-android
48
- submodules : ' true '
48
+ submodules : ' recursive '
49
49
ref : ${{ github.sha }}
50
50
timeout : 90
51
51
upload-artifact : android-apps
Original file line number Diff line number Diff line change @@ -65,11 +65,6 @@ build_android_native_library() {
65
65
fi
66
66
cmake --build " ${CMAKE_OUT} " -j " ${CMAKE_JOBS} " --target install --config " ${EXECUTORCH_CMAKE_BUILD_TYPE} "
67
67
68
- # Update tokenizers submodule
69
- pushd extension/llm/tokenizers
70
- echo " Update tokenizers submodule"
71
- git submodule update --init
72
- popd
73
68
cmake extension/android \
74
69
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK} /build/cmake/android.toolchain.cmake \
75
70
-DANDROID_ABI=" ${ANDROID_ABI} " \
You can’t perform that action at this time.
0 commit comments