Skip to content

Commit 38e3e4d

Browse files
authored
Merge branch 'main' into parser-library
2 parents 2742168 + ae26948 commit 38e3e4d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Package.swift

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,4 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
172172
package.dependencies += [
173173
.package(path: "../swift-argument-parser")
174174
]
175-
}
176-
177-
#if swift(>=5.6)
178-
// If `SWIFTCI_USE_LOCAL_DEPS` is set, we are in a CI enviornment that might disallow
179-
// internet access, so we can't load swift-docc-plugin. Simply don't load it in these
180-
// environments because we don't build docc in CI at the moment.
181-
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
182-
package.dependencies.append(.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"))
183-
}
184-
#endif
175+
}

0 commit comments

Comments
 (0)