File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 cargo test --release --all
9898 rm -rf target/
9999 echo "######## Building eth-rpc ########"
100- git clone --depth 20 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git
100+ git clone --depth 100 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git
101101 cd polkadot-sdk
102102 git checkout $POLKADOT_SDK_COMMIT
103103 cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc
@@ -158,7 +158,7 @@ jobs:
158158 cp target/aarch64-unknown-linux-gnu/release/ink-node ./artifacts/ink-node-linux-arm64/ink-node
159159 rm -rf target/
160160 echo "######## Building eth-rpc ########"
161- git clone --depth 20 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git
161+ git clone --depth 100 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git
162162 cd polkadot-sdk
163163 git checkout $POLKADOT_SDK_COMMIT
164164 cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc --target aarch64-unknown-linux-gnu
@@ -184,7 +184,7 @@ jobs:
184184 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
185185 - name : Clone polkadot-sdk
186186 run : |
187- git clone --depth 20 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git
187+ git clone --depth 100 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git
188188 - name : Set up Homebrew
189189 uses : Homebrew/actions/setup-homebrew@1ccc07ccd54b6048295516a3eb89b192c35057dc # master from 12.09.2024
190190 - name : Install protobuf
You can’t perform that action at this time.
0 commit comments