CI: reduce codegen-units to 1 to prevent OOM
This commit is contained in:
parent
f8ac224d00
commit
ee8f17b800
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue