We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cabdfd commit 819523aCopy full SHA for 819523a
swift-ci/sdks/android/patches/swift-android-trunk.patch
swift-ci/sdks/android/scripts/build.sh
@@ -433,6 +433,10 @@ for arch in $archs; do
433
# use an out-of-tree build folder
434
export SWIFT_BUILD_ROOT=${build_dir}/swift-project
435
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
+
440
./swift/utils/build-script \
441
$build_type_flag \
442
--reconfigure \
0 commit comments