-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove withKnownIssue Amazon Linux 2 clauses #9355
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
base: main
Are you sure you want to change the base?
Remove withKnownIssue Amazon Linux 2 clauses #9355
Conversation
These issues no longer occur as a fix for linking was submitted that affects AL2 and the gold linker. * Remove the withKnownIssue clauses for AL2 On failing tests.
|
@swift-ci test |
|
@swift-ci test windows |
bkhouri
left a comment
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.
We really need an Amazon Linux 2 self hosted pipeline to validate this.
@shahmishal : is this something we can add relatively quickly?
| #expect(output.contains("No breaking changes detected in Qux")) | ||
| } | ||
| } when : { | ||
| buildSystem == .swiftbuild && ProcessInfo.isHostAmazonLinux2() |
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.
Question: is the "isAmazonLinux2()" function used anywhere else? Can we remove it if not?
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.
I'd leave it for now, in case we need it again in the near future.
These issues no longer occur as a fix for linking was submitted that affects AL2 and the gold linker.
swiftlang/swift-build#892
Tests are no longer recording known issues causing test failures.