CI: reduce codegen-units to 1 to prevent OOM
Some checks failed
GBCI Bundle / build-bundle (push) Has been skipped
GBCI / build (push) Failing after 23m36s

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

View file

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