Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
e014e53f
Commit
e014e53f
authored
3 years ago
by
Martin Pugh
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove check_web_wasm job (#3654)
parent
fdb16537
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
polkadot/.gitlab-ci.yml
+3
-14
3 additions, 14 deletions
polkadot/.gitlab-ci.yml
polkadot/scripts/gitlab/check_web_wasm.sh
+0
-8
0 additions, 8 deletions
polkadot/scripts/gitlab/check_web_wasm.sh
with
3 additions
and
22 deletions
polkadot/.gitlab-ci.yml
+
3
−
14
View file @
e014e53f
...
...
@@ -157,17 +157,6 @@ test-build-linux-stable:
-
echo -n ${EXTRATAG} > ./artifacts/EXTRATAG
-
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
:
stage
:
test
<<
:
*rules-test
...
...
@@ -493,10 +482,10 @@ simnet-tests:
needs
:
-
job
:
publish-polkadot-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`).
# `collator.env` brings here `$COLLATOR_IMAGE_NAME` and `$COLLATOR_IMAGE_TAG`
# For local tests with docker `$PARACHAINS_IMAGE_TAG` 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`
# can be replaced with `master` tag.
# SIMNET_REF is a gitlab variable
...
...
This diff is collapsed.
Click to expand it.
polkadot/scripts/gitlab/check_web_wasm.sh
deleted
100755 → 0
+
0
−
8
View file @
fdb16537
#!/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
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment