File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ $DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX --build-arg SWIFT_TOOLC
4141
4242mkdir -p products
4343
44+ echo " build-script-impl start ========="
45+ cat $( find source -name build-script-impl)
46+ echo " build-script-impl end ========="
47+
4448$DOCKER run -i --rm \
4549 -v ./source:/source \
4650 -v ./products:/products \
Original file line number Diff line number Diff line change 5555
5656mkdir -p ${SDKROOT} /products
5757
58+ echo " build-script-impl start ========="
59+ cat $( find ${SDKROOT} /source -name build-script-impl)
60+ echo " build-script-impl end ========="
61+
5862./scripts/build.sh \
5963 --source-dir ${SDKROOT} /source \
6064 --products-dir ${SDKROOT} /products \
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ perl -pi -e 's;dispatch android-execinfo;dispatch;g' $swift_android_patch
3030
3131# debug symbolic link setup
3232perl -pi -e ' s;call ln -sf;call ln -svf;g' $swift_android_patch
33- perl -pi -e ' s%linux-x86_64/sysroot/usr/lib"%linux-x86_64/sysroot/usr/lib"; echo "VALIDATING SYMBOLIC LINK"; ls -la "${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib"; ls -la "${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/swift"; %g' $swift_android_patch
33+ perl -pi -e ' s%linux-x86_64/sysroot/usr/lib"%linux-x86_64/sysroot/usr/lib"; echo "VALIDATING SYMBOLIC LINK"; ls -la "\ ${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib"; ls -la "\ ${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/swift"; %g' $swift_android_patch
3434
3535case " ${BUILD_VERSION} " in
3636 release)
You can’t perform that action at this time.
0 commit comments