@@ -211,57 +211,7 @@ jobs:
211
211
- name : Runtime upgrade
212
212
working-directory : .baedeker/util
213
213
run : |
214
- # yarn install
214
+ yarn install
215
215
../../scripts/wait_first_block_local.sh
216
216
echo "Executing runtime upgrade"
217
- # yarn ts-node --esm util/runtimeUpgrade.ts
218
-
219
-
220
- # cargo-test-benchmarks:
221
- # name: cargo test w/benchmarks
222
- # runs-on: SubtensorCI
223
- # strategy:
224
- # matrix:
225
- # rust-branch:
226
- # - stable
227
- # rust-target:
228
- # - x86_64-unknown-linux-gnu
229
- # # - x86_64-apple-darwin
230
- # os:
231
- # - ubuntu-latest
232
- # # - macos-latest
233
- # include:
234
- # - os: ubuntu-latest
235
- # # - os: macos-latest
236
- # env:
237
- # RELEASE_NAME: development
238
- # # RUSTFLAGS: -A warnings
239
- # RUSTV: ${{ matrix.rust-branch }}
240
- # RUST_BACKTRACE: full
241
- # RUST_BIN_DIR: target/${{ matrix.rust-target }}
242
- # SKIP_WASM_BUILD: 1
243
- # TARGET: ${{ matrix.rust-target }}
244
- # steps:
245
- # - name: Check-out repository under $GITHUB_WORKSPACE
246
- # uses: actions/checkout@v4
247
-
248
- # - name: Install dependencies
249
- # run: |
250
- # sudo apt-get update &&
251
- # sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
252
-
253
- # - name: Install Rust ${{ matrix.rust-branch }}
254
- # uses: actions-rs/toolchain@v1.0.6
255
- # with:
256
- # toolchain: ${{ matrix.rust-branch }}
257
- # components: rustfmt, clippy
258
- # profile: minimal
259
-
260
- # - name: Utilize Rust shared cached
261
- # uses: Swatinem/rust-cache@v2.2.1
262
- # with:
263
- # key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
264
-
265
- # - name: cargo test --workspace --features=runtime-benchmarks
266
- # run: cargo test --workspace --features=runtime-benchmarks
267
-
217
+ node runtimeUpgrade.js
0 commit comments