-
Notifications
You must be signed in to change notification settings - Fork 41
ci: Add swift wasm builds to CI to prevent future breakages to wasm builds #175
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
base: main
Are you sure you want to change the base?
Conversation
# TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged | ||
# uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main | ||
uses: kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci |
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.
Before merging, this will need changed as follows. Leaving as is until dependencies and testing are in order.
# TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged | |
# uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main | |
uses: kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci | |
uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main |
# TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged | ||
# uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main | ||
uses: kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci |
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.
Before merging, this will need changed as follows. Leaving as is until dependencies and testing are in order.
# TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged | |
# uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main | |
uses: kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci | |
uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main |
@@ -30,3 +30,9 @@ jobs: | |||
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main |
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.
Note, the new CI tests in this PR won't pass until #174 is merged (to add wasm compilation support to swift-distributed-tracing
).
Change summary
Added swift wasm as a CI target, to help prevent future breakages to swift wasm builds in DataLoader
Details
pull_request
andmain
, by adding references to new wasm build workflow from swift-nio.Notes
PR Dependencies
The following PR's must be merged before this PR can be merged:
Testing done
Verified new github workflow starts correctly. But cannot verify full functionality until the dependent PR's are merged.
See https://github.com/PassiveLogic/swift-distributed-tracing/actions/runs/15858257532/job/44708826507?pr=1
Remaining work
main
.