-
Notifications
You must be signed in to change notification settings - Fork 149
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
Use update-checkout to pull swift dependencies #801
Conversation
@swift-ci test |
This is unrelated, will open a PR for this xfail separately (apple/swift-distributed-actors#1113) |
Rather than xfailing this consistently can we fix the build runner to allow passing -enable-testing? This has been a consistent painpoint for projects that didn't adopt "SPI" style |
@swift-ci test |
Awesome, passed! Thank you @justice-adams-apple ! |
@ahoppen Wanted to run this by you before merging since it changes the |
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 like to hold this back for a couple more days because today I got the first successful stress tester run after several weeks and it found a number of failures. So, I’d like to stabilize the stress tester first before potentially destabilizing it again (filing issues and creating XFails). Once the stress tester is passing again (because I filed all the XFails or we fixed the underlying issues), we can merge this.
@swift-ci test |
1 similar comment
@swift-ci test |
@swift-ci test |
Pull Request Description
This will allow us to have 1 location to update when dependency updates are needed, eliminating the need for PR's such as #799 or #796