Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
dc213bd2
Unverified
Commit
dc213bd2
authored
Aug 17, 2021
by
Martin Pugh
Committed by
GitHub
Aug 17, 2021
Browse files
remove check_web_wasm job (#3654)
parent
8e47e3c8
Pipeline
#153181
passed with stages
in 35 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dc213bd2
...
@@ -157,17 +157,6 @@ test-build-linux-stable:
...
@@ -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
...
@@ -493,10 +482,10 @@ simnet-tests:
...
@@ -493,10 +482,10 @@ simnet-tests:
needs
:
needs
:
-
job
:
publish-polkadot-image
-
job
:
publish-polkadot-image
-
job
:
publish-adder-collator-image
-
job
:
publish-adder-collator-image
# `parachains.env` brings here `$PARACHAINS_IMAGE_NAME` and `$PARACHAINS_IMAGE_TAG`
# `parachains.env` brings here `$PARACHAINS_IMAGE_NAME` and `$PARACHAINS_IMAGE_TAG`
# (`$EXTRATAG` here, # i.e. `2643-0.8.29-5f689e0a-6b24dc54`).
# (`$EXTRATAG` here, # i.e. `2643-0.8.29-5f689e0a-6b24dc54`).
# `collator.env` brings here `$COLLATOR_IMAGE_NAME` and `$COLLATOR_IMAGE_TAG`
# `collator.env` brings here `$COLLATOR_IMAGE_NAME` and `$COLLATOR_IMAGE_TAG`
# For local tests with docker `$PARACHAINS_IMAGE_TAG` and `$COLLATOR_IMAGE_TAG`
# For local tests with docker `$PARACHAINS_IMAGE_TAG` and `$COLLATOR_IMAGE_TAG`
# can be replaced with `master` tag.
# can be replaced with `master` tag.
# SIMNET_REF is a gitlab variable
# SIMNET_REF is a gitlab variable
...
...
scripts/gitlab/check_web_wasm.sh
deleted
100755 → 0
View file @
8e47e3c8
#!/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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment