mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 16:11:05 +00:00
Check polkadot compilation. (#3980)
* Check polkadot compilation. * Fix git grep. * Make sure to update properly. Use commit hash instead.
This commit is contained in:
committed by
Gavin Wood
parent
745b68bfa9
commit
dcee91412c
@@ -338,6 +338,22 @@ check_warnings:
|
|||||||
fi
|
fi
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
check_polkadot:
|
||||||
|
stage: build
|
||||||
|
<<: *docker-env
|
||||||
|
allow_failure: true
|
||||||
|
dependencies:
|
||||||
|
- test-linux-stable
|
||||||
|
script:
|
||||||
|
- git clone --depth 1 https://github.com/paritytech/polkadot.git
|
||||||
|
- COMMIT_HASH=$(git rev-parse HEAD)
|
||||||
|
- cd polkadot
|
||||||
|
- git grep -l "polkadot-master" | grep toml | xargs sed -i "s/branch.*=.*\"polkadot-master\"/rev = \"$COMMIT_HASH\"/"
|
||||||
|
- cargo update -p sr-io --precise $COMMIT_HASH
|
||||||
|
- time cargo check
|
||||||
|
- cd ..
|
||||||
|
- sccache -s
|
||||||
|
|
||||||
#### stage: publish
|
#### stage: publish
|
||||||
|
|
||||||
.publish-docker-release: &publish-docker-release
|
.publish-docker-release: &publish-docker-release
|
||||||
|
|||||||
Reference in New Issue
Block a user