@@ -17,8 +17,7 @@ concurrency:
1717# repo env variable doesn't work for PR from forks
1818env :
1919 CI_IMAGE : " useink/ci"
20- POLKADOT_SDK_COMMIT : " cbab8ed4be1941420dd25dc81102fb79d8e2a7f0"
21- POLKADOT_SDK_BRANCH : " master"
20+ POLKADOT_SDK_BRANCH : " unstable2507"
2221 RUST_VERSION : 1.88.0
2322
2423jobs :
9998 echo "######## Building eth-rpc ########"
10099 git clone --depth 300 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git
101100 cd polkadot-sdk
102- git checkout $POLKADOT_SDK_COMMIT
101+ git checkout $POLKADOT_SDK_BRANCH
103102 cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc
104103 cd ..
105104 echo "######## Packing artifacts ########"
@@ -160,7 +159,7 @@ jobs:
160159 echo "######## Building eth-rpc ########"
161160 git clone --depth 300 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git
162161 cd polkadot-sdk
163- git checkout $POLKADOT_SDK_COMMIT
162+ git checkout $POLKADOT_SDK_BRANCH
164163 cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc --target aarch64-unknown-linux-gnu
165164 cd ..
166165 echo "######## Packing artifacts ########"
@@ -223,7 +222,7 @@ jobs:
223222 cargo build --release --target x86_64-apple-darwin
224223 echo "######## cargo build aarch64-apple-darwin eth-rpc ########"
225224 cd polkadot-sdk
226- git checkout $POLKADOT_SDK_COMMIT
225+ git checkout $POLKADOT_SDK_BRANCH
227226 cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc --target aarch64-apple-darwin
228227 echo "######## cargo build x86_64-apple-darwin eth-rpc ########"
229228 cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc --target x86_64-apple-darwin
0 commit comments