Skip to content

Commit f2caec9

Browse files
authored
Release 0.39.0 (#226)
Sync with `polkadot-v1.8.0`
1 parent c5fc9db commit f2caec9

File tree

5 files changed

+1376
-1548
lines changed

5 files changed

+1376
-1548
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +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
93+
- rustup component add rust-src rustfmt
94+
- rustup target add wasm32-unknown-unknown aarch64-apple-darwin
9595
- time cargo build --release --target aarch64-apple-darwin
9696
- rustup target add x86_64-apple-darwin
9797
- time cargo build --release --target x86_64-apple-darwin

0 commit comments

Comments
 (0)