Skip to content

Commit

Permalink
Consume migrated crates from polkadot-sdk (#2921)
Browse files Browse the repository at this point in the history
* Remove migrated crates

* Reference polkadot-sdk for the migrated crates

* Leftovers

* Fixes
  • Loading branch information
serban300 authored Apr 10, 2024
1 parent cfe1e7d commit a174cfa
Show file tree
Hide file tree
Showing 237 changed files with 203 additions and 54,051 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ check:
<<: *docker-env
<<: *test-refs
script: &check-script
- SKIP_WASM_BUILD=1 time cargo check --locked --verbose --workspace --features runtime-benchmarks
- SKIP_WASM_BUILD=1 time cargo check --locked --verbose --workspace

check-nightly:
stage: test
Expand All @@ -142,7 +142,7 @@ test:
# Enable this, when you see: "`cargo metadata` can not fail on project `Cargo.toml`"
#- time cargo fetch --manifest-path=`cargo metadata --format-version=1 | jq --compact-output --raw-output ".packages[] | select(.name == \"polkadot-runtime\").manifest_path"`
#- time cargo fetch --manifest-path=`cargo metadata --format-version=1 | jq --compact-output --raw-output ".packages[] | select(.name == \"kusama-runtime\").manifest_path"`
- CARGO_NET_OFFLINE=true SKIP_WASM_BUILD=1 time cargo test --verbose --workspace --features runtime-benchmarks
- CARGO_NET_OFFLINE=true SKIP_WASM_BUILD=1 time cargo test --verbose --workspace

test-nightly:
stage: test
Expand Down
Loading

0 comments on commit a174cfa

Please sign in to comment.