-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Disable failing SwiftBuild test on AmazonLinux 2 #8546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable failing SwiftBuild test on AmazonLinux 2 #8546
Conversation
@swift-ci test |
c2b77f2
to
ec6c95e
Compare
@swift-ci test |
A SwiftBuild test is currently failing on Amazon Linux 2. Disable this test for now and link it to a GitHub issue.
ec6c95e
to
f6d36dd
Compare
@swift-ci test |
@swift-ci please test Linux platform |
@swift-ci please smoke test Linux platform |
1 similar comment
@swift-ci please smoke test Linux platform |
@swift-ci please test Linux platform |
@swift-ci test Linux |
@swift-ci test windows |
@swift-ci test Linux |
@swift-ci please test Windows platform |
I am going to force merge this is to package builds. |
#if os(Linux) | ||
if FileManager.default.contents(atPath: "/etc/system-release") | ||
.map { String(decoding: $0, as: UTF8.self) == "Amazon Linux release 2 (Karoo)\n" } ?? false { | ||
throw XCTSkip("https://github.com/swiftlang/swift-package-manager/issues/8545: Test currently fails on Amazon Linux 2") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GitHub issue reference is updated in #8569
A SwiftBuild test is currently failing on Amazon Linux 2. Disable this test for now and link it to a GitHub issue.