Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@

[alias]
xtask = "run --package xtask --"
# The local mirror of CI. A green run here means a green run on the PR — the gate
# list is `run_local_ci_gates` in xtask/src/main.rs, kept alongside the workflows
# in .github/workflows/ so the two can be read against each other.
ci = "run --package xtask -- run-local-ci-gates"
# Just the source-walking gates: no workspace build, so it is the fast pre-commit
# check. `cargo ci` is the full one.
gates = "run --package xtask -- check-all-source-gates"

[build]
# Incremental artifacts had reached 411 GB in this workspace's target/ — cargo
# keeps a separate incremental tree per crate per profile/feature permutation and
# never collects across them, so on a workspace this wide the disk churn costs
# more than the rebuild it saves. Delete `incremental = false` to get it back.
incremental = false
76 changes: 0 additions & 76 deletions .github/workflows/check-boundaries.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/check-device-wait-idle.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/check-no-escalate-in-lifecycle.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/check-no-in-process-placement.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/check-no-inventory-submit.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/check-no-unbounded-cstr-from-ptr.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/check-ship-change-removed-gate.yml

This file was deleted.

Loading
Loading