-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix taskWait function family calls on arm64e #37984
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
The function pointer we pass to the task_wait functions needs to be signed.
@swift-ci Please test |
Build failed |
@swift-ci Please test macOS |
Build failed |
@swift-ci Please test macOS |
Build failed |
@swift-ci Please test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci clean test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
The function pointer we pass to the task_wait functions needs to be
signed.