Skip to content

Commit cffbb4a

Browse files
committed
Add link to GitHub issue
1 parent cca858a commit cffbb4a

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
@@ -7066,6 +7066,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
70667066

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

@@ -7074,7 +7075,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
70747075
throw XCTSkip("Skipping Swift Build testing on Amazon Linux because of platform issues.")
70757076
}
70767077
// Linking error: "/usr/bin/ld.gold: fatal error: -pie and -static are incompatible".
7077-
// Tracked by GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8499
7078+
// * GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8499
70787079
throw XCTSkip("Skipping Swift Build testing on Linux because of linking issues.")
70797080
#endif
70807081

0 commit comments

Comments
 (0)