mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Checkout to the branch HEAD explicitly in build-linux-substrate (#12876)
This commit is contained in:
@@ -64,6 +64,9 @@ build-linux-substrate:
|
||||
before_script:
|
||||
- mkdir -p ./artifacts/substrate/
|
||||
- !reference [.rusty-cachier, before_script]
|
||||
# tldr: we need to checkout the branch HEAD explicitly because of our dynamic versioning approach while building the substrate binary
|
||||
# see https://github.com/paritytech/ci_cd/issues/682#issuecomment-1340953589
|
||||
- git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"
|
||||
script:
|
||||
- rusty-cachier snapshot create
|
||||
- WASM_BUILD_NO_COLOR=1 time cargo build --locked --release --verbose
|
||||
|
||||
Reference in New Issue
Block a user