File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 - runner : [self-hosted, type-ccx33]
194194 triple : x86_64-unknown-linux-gnu
195195 arch : amd64
196- runtime : ["fast-runtime"]
196+ runtime : ["fast-runtime", "non-fast-runtime" ]
197197
198198 runs-on : ${{ matrix.platform.runner }}
199199
@@ -284,20 +284,6 @@ jobs:
284284 path : build/
285285 merge-multiple : true
286286
287- # make fake artifacts for non-fast-runtime bc of `install_prebuilt_binaries.sh` requires (save time)
288- - name : Copy fast-runtime artifacts to non-fast-runtime (hack for e2e tests)
289- run : |
290- TRIPLE="x86_64-unknown-linux-gnu"
291- # Copy binary
292- mkdir -p build/ci_target/non-fast-runtime/${TRIPLE}/release/
293- cp -v build/ci_target/fast-runtime/${TRIPLE}/release/node-subtensor \
294- build/ci_target/non-fast-runtime/${TRIPLE}/release/node-subtensor
295- # Copy WASM
296- mkdir -p build/ci_target/non-fast-runtime/${TRIPLE}/release/wbuild/node-subtensor-runtime/
297- cp -v build/ci_target/fast-runtime/${TRIPLE}/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm \
298- build/ci_target/non-fast-runtime/${TRIPLE}/release/wbuild/node-subtensor-runtime/node_subtensor_runtime.compact.compressed.wasm
299- echo "✅ Copied fast-runtime artifacts to non-fast-runtime"
300-
301287 - name : Move Docker data-root to /mnt/data
302288 run : |
303289 sudo systemctl stop docker
You can’t perform that action at this time.
0 commit comments