Commit c02d508 1 parent 64c0e59 commit c02d508 Copy full SHA for c02d508
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ install_ubuntu() {
23
23
unzip \
24
24
gdb \
25
25
rsync \
26
- libssl-dev
26
+ libssl-dev \
27
+ zip
27
28
28
29
# Cleanup package manager
29
30
apt-get autoclean && apt-get clean
Original file line number Diff line number Diff line change 60
60
cp cmake-out-android-arm64-v8a/extension/android/*.so artifacts-to-be-uploaded/arm64-v8a/
61
61
cp cmake-out-android-x86_64/lib/*.a artifacts-to-be-uploaded/x86_64/
62
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/
63
66
64
67
# Upload the app and its test suite to S3 so that they can be downloaded by the test job
65
68
upload-artifacts :
You can’t perform that action at this time.
0 commit comments