* chore: revert asm build * chore: revert info in build-wasm.sh * chore: revert install-build-deps.sh * chore: lock libc version * chore: lock libc version in xargo * chore: use --locked while building * Fix: Switch `RUST_VER` to 1.63.0-nightly * chore(CI): revert continue-on-error to false * Revert "chore(CI): revert continue-on-error to false" This reverts commit 425a93ea4d6c18e94ca04a0142818dd440442182. --------- Co-authored-by: Francisco Valentim Castilho <franciscoannyon@gmail.com>
7 lines
236 B
Bash
Executable File
7 lines
236 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright 2019-2025 @polkadot/wasm authors & contributors
|
|
# This software may be modified and distributed under the terms
|
|
# of the Apache-2.0 license. See the LICENSE file for details.
|
|
|
|
RUST_VER=nightly-2022-06-24
|