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

ci: remove wasm-pack version lock #32307

Merged
merged 2 commits into from
Jun 28, 2023

Conversation

yihau
Copy link
Member

@yihau yihau commented Jun 28, 2023

Problem

we added a version lock for wasm-pack cuz they removed --version accidentally. A good news is that they brought it back in 0.12.1. (https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.1)

Summary of Changes

remove the wasm-pack version lock

@yihau yihau added the automerge Merge this Pull Request automatically once CI passes label Jun 28, 2023
@yihau yihau requested a review from ryoqun June 28, 2023 12:04
@@ -38,7 +38,7 @@ RUN set -x \
&& cargo install mdbook \
&& cargo install mdbook-linkcheck \
&& cargo install svgbob_cli \
&& cargo install --version 0.11.1 wasm-pack \
&& cargo install wasm-pack \
Copy link
Member

Choose a reason for hiding this comment

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

how about removing comment at line 5?, which was added at #32239

Copy link
Member Author

Choose a reason for hiding this comment

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

thank you for pointing this out! 6085660

@solana-grimes solana-grimes removed the automerge Merge this Pull Request automatically once CI passes label Jun 28, 2023
@solana-grimes
Copy link
Contributor

😱 New commits were pushed while the automerge label was present.

@yihau yihau added the automerge Merge this Pull Request automatically once CI passes label Jun 28, 2023
Copy link
Member

@ryoqun ryoqun left a comment

Choose a reason for hiding this comment

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

lgtm! thanks

@mergify mergify bot merged commit e60b582 into solana-labs:master Jun 28, 2023
@ryoqun ryoqun mentioned this pull request Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants