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
41
41
42
42
mkdir -p products
43
43
44
+ echo " build-script-impl start ========="
45
+ cat $( find source -name build-script-impl)
46
+ echo " build-script-impl end ========="
47
+
44
48
$DOCKER run -i --rm \
45
49
-v ./source:/source \
46
50
-v ./products:/products \
Original file line number Diff line number Diff line change 55
55
56
56
mkdir -p ${SDKROOT} /products
57
57
58
+ echo " build-script-impl start ========="
59
+ cat $( find ${SDKROOT} /source -name build-script-impl)
60
+ echo " build-script-impl end ========="
61
+
58
62
./scripts/build.sh \
59
63
--source-dir ${SDKROOT} /source \
60
64
--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
30
30
31
31
# debug symbolic link setup
32
32
perl -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
34
34
35
35
case " ${BUILD_VERSION} " in
36
36
release)
You can’t perform that action at this time.
0 commit comments