Skip to content

Commit ca685cb

Browse files
committed
Remove Foundation patch that was upstreamed from CI
1 parent eb1567b commit ca685cb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

swift-android-foundation-except-release.patch

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,6 @@ index 758dd1df..02970992 100644
6262
if !useFallbackChdir {
6363
try _throwIfPosixError(chdirResult)
6464
}
65-
@@ -942,13 +942,6 @@ open class Process: NSObject, @unchecked Sendable {
66-
var spawnAttrs: posix_spawnattr_t? = nil
67-
#else
68-
var spawnAttrs: posix_spawnattr_t = posix_spawnattr_t()
69-
-#endif
70-
-#if os(Android)
71-
- guard var spawnAttrs else {
72-
- throw NSError(domain: NSPOSIXErrorDomain, code: Int(errno), userInfo: [
73-
- NSURLErrorKey:self.executableURL!
74-
- ])
75-
- }
76-
#endif
77-
try _throwIfPosixError(posix_spawnattr_init(&spawnAttrs))
78-
try _throwIfPosixError(posix_spawnattr_setflags(&spawnAttrs, .init(POSIX_SPAWN_SETPGROUP)))
7965
diff --git a/swift-testing/CMakeLists.txt b/swift-testing/CMakeLists.txt
8066
index 1be9a4b..bd7b1bd 100644
8167
--- a/swift-testing/CMakeLists.txt

0 commit comments

Comments
 (0)