-
Notifications
You must be signed in to change notification settings - Fork 0
Set up CI #8
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
Conversation
| name: Unit tests | ||
| uses: apple/swift-nio/.github/workflows/unit_tests.yml@main | ||
| with: | ||
| linux_5_10_enabled: false |
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.
Should we disable 6_1 as well?
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.
Hm yes right now we should actually. I was thinking that we may be able to support 6.1 if we don't use Span in the API, but this should be disabled as of now.
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.
Also 6_0
|
Hmm, I'm getting some errors: |
|
God damn. Yes this is a problem since we are not on an enterprise plan and we cannot whitelist those workflows from other orgs |
|
Okay things seem to be running now. Most of the failures are because availability annotations are missing and/or Sendability issues. I'll open a follow-up PR. |
No description provided.