Skip to content

Commit f73aff4

Browse files
committed
1 parent 713ac90 commit f73aff4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

swift-ci/sdks/android/build-docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ $DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX --build-arg SWIFT_TOOLC
4242
mkdir -p products
4343

4444
echo "build-script-impl start ========="
45-
ls -la $(find ${SDKROOT}/source -name build-script-impl)
45+
ls -la $(find source -name build-script-impl)
4646
cat $(find source -name build-script-impl)
4747
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)
4949

5050

5151
$DOCKER run -i --rm \

swift-ci/sdks/android/scripts/patch-sources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)