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

Fix CI by enabling all features #152

Merged
merged 2 commits into from
Feb 7, 2025
Merged

Conversation

yoshuawuyts
Copy link
Member

This is an alternative solution to #151 using WebAssembly/wit-abi-up-to-date#29 to enable all features in CI. This approach has precedent in e.g. wasi:cli, where we generate docs for the unstable cli-exit-with-code feature.

Assuming this PR passes CI, #151 can be trimmed down to just upgrading the 0.3 draft's dependencies. And in a future PR we should address the issue @rvolosatovs pointed out where PRs filed by GitHub Actions do not trigger CI runs.

Thanks!

@yoshuawuyts
Copy link
Member Author

I see: CI fails if the 0.3 deps are not also updated. Apologies to @rvolosatovs, I didn't realize both parts of the PR were needed. Running wit-deps update on the 0.3 draft dir seems to have fixed the failure.

@@ -1,12 +1,12 @@
[cli]
url = "https://github.com/WebAssembly/wasi-cli/archive/v0.2.3.tar.gz"
Copy link
Contributor

Choose a reason for hiding this comment

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

0.3-draft in the lock but this does fix ci for now

@ricochet ricochet merged commit 19b48d5 into WebAssembly:main Feb 7, 2025
1 check passed
@yoshuawuyts yoshuawuyts deleted the fix-ci branch February 9, 2025 12:32
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.

2 participants