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

Disable WASI on CI #215

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Disable WASI on CI #215

merged 1 commit into from
Oct 25, 2023

Conversation

alexcrichton
Copy link
Owner

This accidentally worked before but crypto/uid.c references nonexistent functions in the WASI SDK which no longer works with more recent versions of Clang in an updated WASI SDK. Currently WASI SDK I think has a bug when compiled against the latest version of LLVM (pulled in with updated rustc) which causes CI failures as well.

I've updated the configuration here to pull in a newer WASI SDK which exposes the failure to build with crypto/uid.c, but I unfortunately don't have time to track this further right now.

This accidentally worked before but `crypto/uid.c` references
nonexistent functions in the WASI SDK which no longer works with more
recent versions of Clang in an updated WASI SDK. Currently WASI SDK I
think has a bug when compiled against the latest version of LLVM (pulled
in with updated rustc) which causes CI failures as well.

I've updated the configuration here to pull in a newer WASI SDK which
exposes the failure to build with `crypto/uid.c`, but I unfortunately
don't have time to track this further right now.
@alexcrichton
Copy link
Owner Author

cc @OtaK from #119 as you might be interested in this

@alexcrichton alexcrichton merged commit 2b0e2b1 into main Oct 25, 2023
16 checks passed
@alexcrichton alexcrichton deleted the get-wasi-working-again branch October 25, 2023 15:18
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.

1 participant