Skip to content

Commit cbffe10

Browse files
committed
test: Temporarily point nio to PassiveLogic nio fork to verify fix for NIOCore works as expected.
1 parent 7c9c638 commit cbffe10

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ let package = Package(
1313
dependencies: [
1414
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"),
1515
.package(url: "https://github.com/adam-fowler/async-collections", from: "0.0.1"),
16-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
16+
17+
// TODO: SM: Revert before merging. Temporarily using PL nio to test fix for NIOCore.
18+
// .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
19+
.package(url: "https://github.com/PassiveLogic/swift-nio.git", branch: "fix/fix-niocore-build-for-wasip1")
1720
],
1821
targets: [
1922
.target(

0 commit comments

Comments
 (0)