fix(ci): close capability races and green audit
Some checks failed
CI / rust-skia (Rust only) (push) Successful in 2m51s
CI / required (push) Failing after 28m9s

This commit is contained in:
2026-08-13 09:43:42 +00:00
parent 6f67568f47
commit 1ea44e5e42
14 changed files with 224 additions and 229 deletions

View File

@@ -48,7 +48,11 @@ jobs:
required:
name: required
runs-on: ubuntu-latest
timeout-minutes: 15
# A source edit rebuilds the monolithic compatibility crate under several
# feature/profile graphs. Serialized compilation is required by the ARM64
# runner's memory ceiling, so retain a small margin above the measured
# 25-minute full gate instead of aborting a healthy graph at 12 minutes.
timeout-minutes: 30
env:
# The all-features graph includes Skia, OpenJPEG, and the pure-Rust J2K
# codec. Serialize rustc/clippy on the memory-constrained ARM64 runner so