Skip to content

Commit a76714c

Browse files
committed
Remove upstreamed TSC patch from CI
1 parent 72e6597 commit a76714c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

swift-android-ci-except-release.patch

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@ index 2135ce6..fbff6f6 100644
1111
#else
1212
public import SWBLibc
1313
#endif
14-
diff --git a/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift b/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift
15-
index 346bd4e..928bf80 100644
16-
--- a/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift
17-
+++ b/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift
18-
@@ -1316,7 +1316,7 @@ extension Process: Hashable {
19-
// MARK: - Private helpers
20-
21-
#if !os(Windows)
22-
-#if canImport(Darwin) || os(FreeBSD) || os(OpenBSD)
23-
+#if canImport(Darwin) || canImport(Android) || os(OpenBSD) || os(FreeBSD)
24-
public typealias swiftpm_posix_spawn_file_actions_t = posix_spawn_file_actions_t?
25-
#else
26-
public typealias swiftpm_posix_spawn_file_actions_t = posix_spawn_file_actions_t
2714
diff --git a/swiftpm/Sources/swift-build-prebuilts/BuildPrebuilts.swift b/swiftpm/Sources/swift-build-prebuilts/BuildPrebuilts.swift
2815
index ffa6b7f3f..abe453232 100644
2916
--- a/swiftpm/Sources/swift-build-prebuilts/BuildPrebuilts.swift

0 commit comments

Comments
 (0)