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
42
42
mkdir -p products
43
43
44
44
echo " build-script-impl start ========="
45
- ls -la $( find ${SDKROOT} / source -name build-script-impl)
45
+ ls -la $( find source -name build-script-impl)
46
46
cat $( find source -name build-script-impl)
47
47
echo " 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)
49
49
50
50
51
51
$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
55
55
fi
56
56
57
57
echo " applying patch $patch in $PWD …"
58
- git apply -v -C1 " $patch "
58
+ git apply -v --unsafe-paths - C1 " $patch "
59
59
60
60
# if git apply -C1 --reverse --check "$patch" >/dev/null 2>&1 ; then
61
61
# echo "already patched"
You can’t perform that action at this time.
0 commit comments