Skip to content

Commit 586a83f

Browse files
committed
Add link to GitHub issue
1 parent ea78403 commit 586a83f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/BuildTests/BuildPlanTests.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -7003,6 +7003,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
70037003

70047004
override func testPackageNameFlag() async throws {
70057005
#if os(Windows)
7006+
// * GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8380
70067007
throw XCTSkip("Skip until there is a resolution to the partial linking with Windows that results in a 'subsystem must be defined' error.")
70077008
#endif
70087009

@@ -7011,7 +7012,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
70117012
throw XCTSkip("Skipping Swift Build testing on Amazon Linux because of platform issues.")
70127013
}
70137014
// Linking error: "/usr/bin/ld.gold: fatal error: -pie and -static are incompatible".
7014-
// Tracked by GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8499
7015+
// * GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8499
70157016
throw XCTSkip("Skipping Swift Build testing on Linux because of linking issues.")
70167017
#endif
70177018

0 commit comments

Comments
 (0)