mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Update to latest Substrate master (#320)
* Make `collator::Network` require `Send + Sync` to make it work * Update packages * Update to latest Substrate * Make it compile and make tests work * Use `polkadot-master` * Fix CI * Remove `build.sh` from readmes * Delete old stuff * Bring one back
This commit is contained in:
committed by
André Silva
parent
d99f721540
commit
c0b065837e
@@ -84,7 +84,6 @@ test-linux-stable: &test
|
||||
variables:
|
||||
- $DEPLOY_TAG
|
||||
script:
|
||||
- ./scripts/build.sh --locked
|
||||
- time cargo test --all --release --verbose --locked
|
||||
- sccache -s
|
||||
|
||||
@@ -107,7 +106,6 @@ build-linux-release: &build
|
||||
tags:
|
||||
- linux-docker
|
||||
script:
|
||||
- ./scripts/build.sh --locked
|
||||
- time cargo build --release --verbose
|
||||
- mkdir -p ./artifacts
|
||||
- mv ./target/release/polkadot ./artifacts/.
|
||||
|
||||
Reference in New Issue
Block a user