Skip to content

Commit b8c1513

Browse files
authored
Bump to latest version (#221)
1 parent 813d99f commit b8c1513

File tree

19 files changed

+3568
-3570
lines changed

19 files changed

+3568
-3570
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variables:
3333
- artifacts/
3434

3535
.docker-env: &docker-env
36-
image: paritytech/ci-linux:production
36+
image: paritytech/ci-unified:latest
3737
before_script:
3838
- cargo -vV
3939
- rustc -vV
@@ -90,6 +90,8 @@ build-mac:
9090
before_script:
9191
- unset CARGO_TARGET_DIR
9292
script:
93+
- rustup component add rust-src
94+
- rustup target add wasm32-unknown-unknown
9395
- time cargo build --release --target aarch64-apple-darwin
9496
- rustup target add x86_64-apple-darwin
9597
- time cargo build --release --target x86_64-apple-darwin

0 commit comments

Comments
 (0)