Skip to content

Commit

Permalink
Bump to latest version (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou authored Feb 8, 2024
1 parent 813d99f commit b8c1513
Show file tree
Hide file tree
Showing 19 changed files with 3,568 additions and 3,570 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
- rustup target add wasm32-unknown-unknown
- 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 b8c1513

Please sign in to comment.