mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 09:35:42 +00:00
remove check_web_wasm job (#3654)
This commit is contained in:
@@ -157,17 +157,6 @@ test-build-linux-stable:
|
|||||||
- echo -n ${EXTRATAG} > ./artifacts/EXTRATAG
|
- echo -n ${EXTRATAG} > ./artifacts/EXTRATAG
|
||||||
- cp -r scripts/docker/* ./artifacts
|
- cp -r scripts/docker/* ./artifacts
|
||||||
|
|
||||||
check-web-wasm:
|
|
||||||
stage: test
|
|
||||||
<<: *rules-test
|
|
||||||
<<: *docker-env
|
|
||||||
<<: *compiler-info
|
|
||||||
script:
|
|
||||||
# WASM support is in progress. As more and more crates support WASM, we should
|
|
||||||
# add entries here. See https://github.com/paritytech/polkadot/issues/625
|
|
||||||
- ./scripts/gitlab/check_web_wasm.sh
|
|
||||||
- sccache -s
|
|
||||||
|
|
||||||
check-runtime-benchmarks:
|
check-runtime-benchmarks:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *rules-test
|
<<: *rules-test
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
#shellcheck source=../common/lib.sh
|
|
||||||
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/../common/lib.sh"
|
|
||||||
|
|
||||||
time cargo build --locked --target=wasm32-unknown-unknown --manifest-path cli/Cargo.toml --no-default-features --features browser
|
|
||||||
Reference in New Issue
Block a user