Skip to content

Commit 6c3a1ba

Browse files
authored
Update build.sh to disable aarch64 temporarily, as we know it built fine
1 parent 67a5291 commit 6c3a1ba

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=armv7,aarch64,x86_64
117+
archs=armv7,x86_64
118118
android_api=28
119119
build_type=Release
120120
parallel_jobs=$(($(nproc --all) + 2))

0 commit comments

Comments
 (0)