-
Notifications
You must be signed in to change notification settings - Fork 66
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
Remove detect-or-install-riscv-toolchain.sh #201
Remove detect-or-install-riscv-toolchain.sh #201
Conversation
@koute Need help/tips on how to fix "Rust / pallet-revive-tests (pull_request)" (no rush). |
You (or someone else) have to update the build scripts and the toolchain in |
OK, let's sync on Monday. |
We are talking about the build script for test fixtures, right? |
Not sure what you are talking about.
$ git --no-pager grep riscv32ema
substrate/frame/revive/fixtures/build.rs: "--target=riscv32ema-unknown-none-elf",
substrate/frame/revive/fixtures/build.rs: &build_dir.join("target/riscv32ema-unknown-none-elf/release").join(entry.name()),
substrate/utils/wasm-builder/src/lib.rs: target_list.contains("riscv32ema-unknown-none-elf")
substrate/utils/wasm-builder/src/lib.rs: RuntimeTarget::Riscv => "riscv32ema-unknown-none-elf", Questions:
|
|
Hm, probably somewhere relative to the
Modify
The priority is changing it in (Background: Polkadot currently runs on WASM; some time ago I've added an experimental PolkaVM-based executor where you can run the runtime under PolkaVM instead of under Wasmtime. The code in |
This has to be fixed in |
Fixed by paritytech/polkadot-sdk#6266 |
7f7ce23
to
a0037e3
Compare
This is after updating the commit ID in Anyway, I just put this transcript of the test here for commentary, tips and remarks. |
I assume somewhere you are setting |
a0037e3
to
5f9681b
Compare
Left-overs from #184.