[ci] Add DAG for build-rustdoc and check-dependent-project (#12687)

* [ci] Debug ci runner

* try gha

* allow mac jobs fail

* add dags

* install protoc

* fix protobuf name

* fix dags

* remove allow fail for mac jobs

* remove gha

* adjust cargo-check-macos
This commit is contained in:
Alexander Samusev
2022-11-14 15:55:57 +01:00
committed by GitHub
parent e5910d971e
commit e649108464
2 changed files with 11 additions and 1 deletions
@@ -414,8 +414,10 @@ cargo-check-macos:
extends: .test-refs-no-trigger
before_script:
- !reference [.rust-info-script, script]
variables:
SKIP_WASM_BUILD: 1
script:
- SKIP_WASM_BUILD=1 time cargo check --locked --release
- time cargo check --locked --release
tags:
- osx