Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Install wasm target into nightly toolchain #562

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

kalaninja
Copy link
Contributor

@kalaninja kalaninja commented May 24, 2023

Projects with substrate version less than 0.9.42 need wasm target installed into nightly toolchain. Though a project itself can be built on stable, the wasm-builder searches for the latest nightly toolchain with wasm target programmatically. It was fixed here and released only in 0.9.42, so all versions before that need to have a nightly (even not active) toolchain with wasm target installed.

We are currently facing an issue with benchmarking Trappist via command bot. Trappist is built on v0.9.37. There are other projects suffering from this as well.

Projects with substrate version less than 0.9.42 need wasm target installed into nightly toolchain.
@kalaninja kalaninja requested a review from a team as a code owner May 24, 2023 06:28
@mordamax mordamax requested a review from a team May 24, 2023 06:42
@rcny rcny merged commit 7e0e994 into master May 24, 2023
@rcny rcny deleted the wasm-target-nightly branch May 24, 2023 11:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants