-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add Wasm CI. #192
Add Wasm CI. #192
Conversation
Hi @kateinoigakukun, sorry to bother you again, but we are trying to bring Wasm CI to more of our repos, and we have been met with this problem:
This occurs for the 2024-07-16 and 2024-08-26 snapshots. Not sure if there are other snapshots to use, or if there is something else to try. For a bit more context, we can't use the Swift 5.9 or 5.10 toolchains because this repo uses macros and those toolchains are unable to compile SwiftSyntax: Expand
|
@mbrandonw Ok, I made a follow-up patch against this branch :) #193 |
* Skip several deprecated tests on WebAssembly * Use the official compiler and Swift SDK for WebAssembly * Grant access to the current directory to the XCTest harness
No description provided.