Skip to content

Commit f6e58c0

Browse files
committed
Disable WasmKitGDBHandler on Windows
1 parent e56e093 commit f6e58c0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

[email protected]

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,6 @@ let package = Package(
130130
]
131131
),
132132
.testTarget(name: "GDBRemoteProtocolTests", dependencies: ["GDBRemoteProtocol"]),
133-
134-
.target(
135-
name: "WasmKitGDBHandler",
136-
dependencies: [
137-
.product(name: "_NIOFileSystem", package: "swift-nio"),
138-
.product(name: "NIOCore", package: "swift-nio"),
139-
.product(name: "SystemPackage", package: "swift-system"),
140-
"WasmKit",
141-
"WasmKitWASI",
142-
"GDBRemoteProtocol",
143-
],
144-
),
145133
],
146134
)
147135

@@ -202,5 +190,17 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
202190
"WasmKitGDBHandler",
203191
]
204192
),
193+
194+
.target(
195+
name: "WasmKitGDBHandler",
196+
dependencies: [
197+
.product(name: "_NIOFileSystem", package: "swift-nio"),
198+
.product(name: "NIOCore", package: "swift-nio"),
199+
.product(name: "SystemPackage", package: "swift-system"),
200+
"WasmKit",
201+
"WasmKitWASI",
202+
"GDBRemoteProtocol",
203+
],
204+
),
205205
])
206206
#endif

0 commit comments

Comments
 (0)