File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7003,6 +7003,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
7003
7003
7004
7004
override func testPackageNameFlag( ) async throws {
7005
7005
#if os(Windows)
7006
+ // * GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8380
7006
7007
throw XCTSkip ( " Skip until there is a resolution to the partial linking with Windows that results in a 'subsystem must be defined' error. " )
7007
7008
#endif
7008
7009
@@ -7011,7 +7012,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
7011
7012
throw XCTSkip ( " Skipping Swift Build testing on Amazon Linux because of platform issues. " )
7012
7013
}
7013
7014
// 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
7015
7016
throw XCTSkip ( " Skipping Swift Build testing on Linux because of linking issues. " )
7016
7017
#endif
7017
7018
You can’t perform that action at this time.
0 commit comments