-
Notifications
You must be signed in to change notification settings - Fork 10.6k
guard assume on executor API against task-to-thread runtimes #64211
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
|
@swift-ci please smoke test |
ktoso
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.
Thanks, LGTM
|
linux failure seems to be randomly curl failing: |
|
@swift-ci smoke test linux platform |
|
@swift-ci please smoke test |
skip escalation in this case.
|
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
|
@swift-ci smoke test |
|
I'm not convinced that mentioning my PR actually did anything different here. I don't see the |
without these guards, building for minimal runtimes will fail with errors about global actors, which aren't permitted when compiling with the task-to-thread concurrency model.
rdar://106434422