From e1744f44bb373861a2f49b32c426d8454586fb00 Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Thu, 13 Aug 2026 06:28:16 +0000 Subject: [PATCH] ci: serialize #109 all-feature lint on ARM64 --- .gitea/workflows/ci.yml | 5 ++++- release/DISTRIBUTION-MANIFEST.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 501f078..a1e2e2f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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" diff --git a/release/DISTRIBUTION-MANIFEST.json b/release/DISTRIBUTION-MANIFEST.json index dcd5f76..6acb933 100644 --- a/release/DISTRIBUTION-MANIFEST.json +++ b/release/DISTRIBUTION-MANIFEST.json @@ -17,8 +17,8 @@ }, { "path": ".gitea/workflows/ci.yml", - "bytes": 6206, - "sha256": "3e2bf2ca54e037380f0a4c9edd02fb948c37b9bb27c308c1d3e5d614b07d57d4" + "bytes": 6440, + "sha256": "6241a445155b0691896af98310b18858e0c38537dca70c80c5c0bd9cf8f1c0ca" }, { "path": ".gitea/workflows/release.yml",