File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ lint-audit:
78
78
format-lint : format lint
79
79
80
80
.PHONY : ci-local
81
- ci-local : check lint lint-audit test e2e
81
+ ci-local : check lint lint-audit test e2e-tests
82
82
83
83
.PHONY : upgrade
84
84
upgrade-local :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: "3"
4
4
services :
5
5
relay_alice :
6
6
container_name : alice
7
- image : " parity/polkadot:v1.0 .0"
7
+ image : " parity/polkadot:v1.1 .0"
8
8
platform : linux/x86_64
9
9
hostname : relay_alice
10
10
ports :
@@ -31,7 +31,7 @@ services:
31
31
32
32
relay_bob :
33
33
container_name : bob
34
- image : " parity/polkadot:v1.0 .0"
34
+ image : " parity/polkadot:v1.1 .0"
35
35
platform : linux/x86_64
36
36
hostname : relay_bob
37
37
ports :
Original file line number Diff line number Diff line change @@ -217,8 +217,7 @@ upgrade-frequency-rococo-local)
217
217
# Due to defaults and profile=debug, the target directory will be $root_dir/target/debug
218
218
cargo build \
219
219
--package frequency-runtime \
220
- --features frequency-rococo-local \
221
- -Z unstable-options
220
+ --features frequency-rococo-local
222
221
223
222
wasm_location=$root_dir /target/debug/wbuild/frequency-runtime/frequency_runtime.compact.compressed.wasm
224
223
@@ -236,8 +235,7 @@ upgrade-frequency-no-relay)
236
235
# Due to defaults and profile=debug, the target directory will be $root_dir/target/debug
237
236
cargo build \
238
237
--package frequency-runtime \
239
- --features frequency-no-relay \
240
- -Z unstable-options
238
+ --features frequency-no-relay
241
239
242
240
wasm_location=$root_dir /target/debug/wbuild/frequency-runtime/frequency_runtime.compact.compressed.wasm
243
241
You can’t perform that action at this time.
0 commit comments