Skip to content

Commit

Permalink
Sync node to v0.39.0 (#5)
Browse files Browse the repository at this point in the history
Sync node to v0.39.0
  • Loading branch information
xermicus committed Mar 27, 2024
2 parents ad6da01 + 0ea4a5b commit 62a8a6c
Show file tree
Hide file tree
Showing 20 changed files with 3,375 additions and 3,323 deletions.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variables:
- artifacts/

.docker-env: &docker-env
image: paritytech/ci-linux:production
image: paritytech/ci-unified:latest
before_script:
- cargo -vV
- rustc -vV
Expand Down Expand Up @@ -90,6 +90,8 @@ build-mac:
before_script:
- unset CARGO_TARGET_DIR
script:
- rustup component add rust-src rustfmt
- rustup target add wasm32-unknown-unknown aarch64-apple-darwin
- time cargo build --release --target aarch64-apple-darwin
- rustup target add x86_64-apple-darwin
- time cargo build --release --target x86_64-apple-darwin
Expand Down
Loading

0 comments on commit 62a8a6c

Please sign in to comment.