Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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