Skip to content

Commit bd3a0ea

Browse files
committed
Swift Android build 6.2
1 parent 19d1c17 commit bd3a0ea

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

.github/workflows/pull_request.yml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,30 @@ jobs:
8787
# swift-6.1-RELEASE_android-0.1-x86_64.artifactbundle.tar.gz.zip
8888
echo "artifact-name=${ARTIFACT_NAME}" >> $GITHUB_OUTPUT
8989
90+
tree ${ARTIFACT_BUILD}/
91+
9092
# validate some required paths in the artifactbundle
91-
pushd ${ARTIFACT_BUILD}/*/*/usr
92-
ls lib/swift/android
93-
ls lib/swift/android/*
94-
ls lib/swift/android/*/swiftrt.o
95-
ls lib/*-linux-android/*/crtbegin_dynamic.o
93+
#pushd ${ARTIFACT_BUILD}/*/*/usr
94+
#ls lib/swift/android
95+
#ls lib/swift/android/*
96+
#ls lib/swift/android/*/swiftrt.o
97+
#ls lib/*-linux-android/*/crtbegin_dynamic.o
9698
97-
ls lib/swift_static-*
98-
ls lib/swift_static-*/android
99-
ls lib/swift_static-*/android/libFoundationEssentials.a
99+
#ls lib/swift_static-*
100+
#ls lib/swift_static-*/android
101+
#ls lib/swift_static-*/android/libFoundationEssentials.a
100102
101-
ls lib/*-linux-android/libFoundationEssentials.so
102-
ls lib/*-linux-android/libFoundationNetworking.so
103-
ls lib/*-linux-android/libFoundationInternationalization.so
104-
ls lib/*-linux-android/lib_FoundationICU.so
105-
ls lib/*-linux-android/libFoundationXML.so
106-
ls lib/*-linux-android/libTesting.so
103+
#ls lib/*-linux-android/libFoundationEssentials.so
104+
#ls lib/*-linux-android/libFoundationNetworking.so
105+
#ls lib/*-linux-android/libFoundationInternationalization.so
106+
#ls lib/*-linux-android/lib_FoundationICU.so
107+
#ls lib/*-linux-android/libFoundationXML.so
108+
#ls lib/*-linux-android/libTesting.so
107109
108-
ls lib/swift/clang/lib
109-
ls lib/swift/clang/lib/linux
110-
ls lib/swift/clang/lib/linux/*/libunwind.a
111-
popd
110+
#ls lib/swift/clang/lib
111+
#ls lib/swift/clang/lib/linux
112+
#ls lib/swift/clang/lib/linux/*/libunwind.a
113+
#popd
112114
- name: Upload SDK artifactbundle
113115
uses: actions/upload-artifact@v4
114116
with:

0 commit comments

Comments
 (0)