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 nightly toolchain version #59

Conversation

kateinoigakukun
Copy link
Contributor

@kateinoigakukun kateinoigakukun commented May 22, 2024

The latest nightly toolchain includes a dlmalloc fix that relaxes the dealloc validation. This is causing the wit-bindgen generated bindings to crash at runtime when building with the recent nightly toolchains.

This patch pins the nightly toolchain to a version that is known to work with the current codebase.

Ideally it would be best if we could use stable toolchain, but we still use some of unstable features, so it's still not easy at this moment.

The latest nightly toolchain includes a dlmalloc fix that relaxes the
dealloc validation. This is causing the wit-bindgen generated bindings
to crash at runtime when building with the recent nightly toolchains.

This patch pins the nightly toolchain to a version that is known to work
with the current codebase.
@guybedford guybedford merged commit ca43998 into bytecodealliance:main May 22, 2024
2 checks passed
@kateinoigakukun kateinoigakukun deleted the katei/pin-nightly-toolchain-version branch July 3, 2024 05:36
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.

None yet

2 participants