We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c0e59 commit 39dcc2eCopy full SHA for 39dcc2e
.ci/docker/common/install_base.sh
@@ -23,7 +23,8 @@ install_ubuntu() {
23
unzip \
24
gdb \
25
rsync \
26
- libssl-dev
+ libssl-dev \
27
+ zip
28
29
# Cleanup package manager
30
apt-get autoclean && apt-get clean
.github/workflows/android.yml
@@ -60,6 +60,9 @@ jobs:
60
cp cmake-out-android-arm64-v8a/extension/android/*.so artifacts-to-be-uploaded/arm64-v8a/
61
cp cmake-out-android-x86_64/lib/*.a artifacts-to-be-uploaded/x86_64/
62
cp cmake-out-android-x86_64/extension/android/*.so artifacts-to-be-uploaded/x86_64/
63
+ # Copyp AAR to S3
64
+ cp build_aar/executorch.aar artifacts-to-be-uploaded/
65
+ cp build_aar/executorch-llama.aar artifacts-to-be-uploaded/
66
67
# Upload the app and its test suite to S3 so that they can be downloaded by the test job
68
upload-artifacts:
0 commit comments