-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix CI #25
fix CI #25
Conversation
Signed-off-by: Guy Bedford <[email protected]>
Signed-off-by: Guy Bedford <[email protected]>
Signed-off-by: Guy Bedford <[email protected]>
Signed-off-by: Guy Bedford <[email protected]>
Signed-off-by: Guy Bedford <[email protected]>
Signed-off-by: Guy Bedford <[email protected]>
Signed-off-by: Guy Bedford <[email protected]>
Signed-off-by: Guy Bedford <[email protected]>
Signed-off-by: Guy Bedford <[email protected]>
These tools are all installed by the cmake script as well, so it'd be great if we could use those versions instead of building them from source for every run. Perhaps a good way to enable this would be to introduce a CMake target that prints a |
Okay done, it seems like GitHub actions doesn't like altering the PATH for some reason, so I've used explicit WIZER and WASM_TOOLS env vars in the componentize script. |
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.
This is great, thank you!
.github/workflows/main.yml
Outdated
wasmtime: [19.0.2] | ||
wizer: [5.0.0] | ||
wasm-tools: [1.203.0] |
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.
Is this change still needed?
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.
Good catch, thanks.
Signed-off-by: Guy Bedford <[email protected]>
This should fix the Wasmtime install, which I believe is due to the Rust toolchain lock to version
1.68.3
. In addition adds Wizer and wasm-tools installs.