Skip to content
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

Pin the version of spin componentize we're using #1439

Merged
merged 2 commits into from May 2, 2023
Merged

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Apr 29, 2023

Fixes #1437

Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
@rylev rylev requested a review from dicej April 29, 2023 16:50
Cargo.toml Outdated
wasi-host = { package = "host", git = "https://github.com/fermyon/spin-componentize" }
wasi-common = { git = "https://github.com/fermyon/spin-componentize" }
wasi-cap-std-sync = { git = "https://github.com/fermyon/spin-componentize" }
spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "9e7ec95ccaf490c9b96c03af1c818e8197ccf855" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

nit: create a git tag to spin-componentize repo and then pin to this specific tag could make Cargo.toml much more readable.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree though we're iterating a bit currently. Once it settles, I think we can tag a release that's meant for the next version of spin.

Copy link
Contributor

@dicej dicej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Investigating why CI is unhappy, now...

This required updating to the latest `wit-bindgen`,
`spin-componentize`, and `wasmtime` to avoid dependency conflicts.

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
@dicej
Copy link
Contributor

dicej commented May 1, 2023

I had to update the wasmtime, wit-bindgen, and wit-component versions to get everything to line up. Any concerns with merging this?

@rylev
Copy link
Collaborator Author

rylev commented May 2, 2023

This should be good to merge. This brings in the changes from #1433 so we can close that one.

@rylev rylev merged commit 2f50f3e into main May 2, 2023
9 checks passed
@rylev rylev deleted the pin-spin-componentize branch May 2, 2023 09:34
@rylev rylev mentioned this pull request May 2, 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.

Embedding spin v1.1.0 does not built
4 participants