Skip to content

Commit 819523a

Browse files
committed
Turn the last trunk-only patch into a sed substitution instead
1 parent 7cabdfd commit 819523a

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

swift-ci/sdks/android/patches/swift-android-trunk.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

swift-ci/sdks/android/scripts/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ for arch in $archs; do
433433
# use an out-of-tree build folder
434434
export SWIFT_BUILD_ROOT=${build_dir}/swift-project
435435

436+
# This `git grep` invocation in a trunk test fails in our Docker for some
437+
# reason, so just turn it into a plain `grep` again.
438+
sed -i -E 's:"git",:#:' swift/test/Misc/verify-swift-feature-testing.test-sh
439+
436440
./swift/utils/build-script \
437441
$build_type_flag \
438442
--reconfigure \

0 commit comments

Comments
 (0)