Skip to content

remove the use of async/await in commands #6254

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

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

tomerd
Copy link
Contributor

@tomerd tomerd commented Mar 9, 2023

motivation: async-await does not work on our CI systems :(

changes:

  • make all commands sync
  • changes signing APIs to sync

motivation: async-await does not work on our CI systems :(

changes:
* make all commands sync
* changes signing APIs to sync
@tomerd tomerd force-pushed the fix/no-async-commands branch from 2b6e46b to e682b6d Compare March 9, 2023 20:17
@tomerd
Copy link
Contributor Author

tomerd commented Mar 9, 2023

@swift-ci smoke test

@tomerd tomerd enabled auto-merge (squash) March 9, 2023 21:04
@tomerd tomerd merged commit 1750a26 into swiftlang:main Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants