File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ $DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX --build-arg SWIFT_TOOLC
4242mkdir -p products
4343
4444echo " build-script-impl start ========="
45- ls -la $( find ${SDKROOT} / source -name build-script-impl)
45+ ls -la $( find source -name build-script-impl)
4646cat $( find source -name build-script-impl)
4747echo " build-script-impl end ========="
48- grep ' VALIDATING SYMBOLIC LINK' $( find ${SDKROOT} / source -name build-script-impl)
48+ grep ' VALIDATING SYMBOLIC LINK' $( find source -name build-script-impl)
4949
5050
5151$DOCKER run -i --rm \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ for patch in "$swift_android_patch" "$testing_patch" "$dispatch_patch"; do
5555 fi
5656
5757 echo " applying patch $patch in $PWD …"
58- git apply -v -C1 " $patch "
58+ git apply -v --unsafe-paths - C1 " $patch "
5959
6060 # if git apply -C1 --reverse --check "$patch" >/dev/null 2>&1 ; then
6161 # echo "already patched"
You can’t perform that action at this time.
0 commit comments