Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix cargo-check-each-crate-macos again
  • Loading branch information
joao-paulo-parity committed Nov 15, 2022
commit 17e932a1da9d938450e5a41ab50eeece456e27e5
12 changes: 7 additions & 5 deletions scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,14 +411,11 @@ check-rustdoc:
- time cargo +nightly doc --locked --workspace --all-features --verbose --no-deps
- rusty-cachier cache upload

.cargo-check-each-crate_template: &cargo-check-each-crate_template
cargo-check-each-crate:
stage: test
extends:
- .docker-env
- .test-refs

cargo-check-each-crate:
<<: *cargo-check-each-crate_template
variables:
# $CI_JOB_NAME is set manually so that rusty-cachier can share the cache for all
# "cargo-check-each-crate I/N" jobs
Expand All @@ -434,7 +431,12 @@ cargo-check-each-crate:
parallel: 2

cargo-check-each-crate-macos:
<<: *cargo-check-each-crate_template
stage: test
extends: .test-refs
before_script:
- !reference [.rust-info-script, script]
variables:
SKIP_WASM_BUILD: 1
script:
# TODO: enable rusty-cachier once it supports Mac
# TODO: use parallel jobs, as per cargo-check-each-crate, once more Mac runners are available
Expand Down