CI: reduce codegen-units to 1 to prevent OOM

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-18 10:41:33 -03:00
parent 952a822e1d
commit cb921c60f9

View file

@ -9,6 +9,7 @@ on:
env: env:
CARGO_BUILD_JOBS: 1 CARGO_BUILD_JOBS: 1
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C codegen-units=1"
jobs: jobs:
build: build: