Skip to content

Commit 4af2892

Browse files
committed
Re-order arch run sequence
1 parent 73ccf2e commit 4af2892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ declare_package boringssl "boringssl" "OpenSSL AND ISC AND MIT" \
114114
# Parse command line arguments
115115
android_sdk_version=0.1
116116
sdk_name=
117-
archs=aarch64,armv7,x86_64
117+
archs=armv7,aarch64,x86_64
118118
android_api=28
119119
build_type=Release
120120
parallel_jobs=$(($(nproc --all) + 2))

0 commit comments

Comments
 (0)