Skip to content

Commit f1ec2bc

Browse files
author
Matthew Orris
committed
fix: updates to make targets, scripts, relay dockers
1 parent adff621 commit f1ec2bc

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ lint-audit:
7878
format-lint: format lint
7979

8080
.PHONY: ci-local
81-
ci-local: check lint lint-audit test e2e
81+
ci-local: check lint lint-audit test e2e-tests
8282

8383
.PHONY: upgrade
8484
upgrade-local:

docker/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "3"
44
services:
55
relay_alice:
66
container_name: alice
7-
image: "parity/polkadot:v1.0.0"
7+
image: "parity/polkadot:v1.1.0"
88
platform: linux/x86_64
99
hostname: relay_alice
1010
ports:
@@ -31,7 +31,7 @@ services:
3131

3232
relay_bob:
3333
container_name: bob
34-
image: "parity/polkadot:v1.0.0"
34+
image: "parity/polkadot:v1.1.0"
3535
platform: linux/x86_64
3636
hostname: relay_bob
3737
ports:

scripts/init.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ upgrade-frequency-rococo-local)
217217
# Due to defaults and profile=debug, the target directory will be $root_dir/target/debug
218218
cargo build \
219219
--package frequency-runtime \
220-
--features frequency-rococo-local \
221-
-Z unstable-options
220+
--features frequency-rococo-local
222221

223222
wasm_location=$root_dir/target/debug/wbuild/frequency-runtime/frequency_runtime.compact.compressed.wasm
224223

@@ -236,8 +235,7 @@ upgrade-frequency-no-relay)
236235
# Due to defaults and profile=debug, the target directory will be $root_dir/target/debug
237236
cargo build \
238237
--package frequency-runtime \
239-
--features frequency-no-relay \
240-
-Z unstable-options
238+
--features frequency-no-relay
241239

242240
wasm_location=$root_dir/target/debug/wbuild/frequency-runtime/frequency_runtime.compact.compressed.wasm
243241

0 commit comments

Comments
 (0)