-
Notifications
You must be signed in to change notification settings - Fork 10.5k
wasm-run.py: consistent wasmkit
path with build_runtime_with_host_compiler
#83134
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
wasm-run.py: consistent wasmkit
path with build_runtime_with_host_compiler
#83134
Conversation
…host_compiler` When passing `--build-runtime-with-host-compiler` there's no such executable `wasmkit-cli` in the host toolchain, where it's named `wasmkit` when installed. Let's make that consistent to make it work in both cases.
@swift-ci smoke test |
@swift-ci smoke test macos |
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.
Don't we need to change wasmkit.py to place the executable in build dir with the updated name as well?
IIUC it still worked on CI because it picked up |
@swift-ci smoke test |
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!
@swift-ci smoke test macos |
When passing
--build-runtime-with-host-compiler
there's no such executablewasmkit-cli
in the host toolchain, where it's namedwasmkit
when installed. Let's make that consistent to make it work in both cases.