ci: serialize #109 all-feature lint on ARM64
All checks were successful
CI / required (push) Successful in 10m44s

This commit is contained in:
2026-08-13 06:28:16 +00:00
parent 519591a4de
commit e1744f44bb
2 changed files with 6 additions and 3 deletions

View File

@@ -21,7 +21,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
env:
CARGO_BUILD_JOBS: "2"
# The all-features graph includes Skia, OpenJPEG, and the pure-Rust J2K
# codec. Serialize rustc/clippy on the memory-constrained ARM64 runner so
# the umbrella crate cannot overlap with another peak-memory compile.
CARGO_BUILD_JOBS: "1"
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
CARGO_PROFILE_TEST_DEBUG: "0"