mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-15 10:45:54 +00:00
yocto-builds.yml: Set ulimit
Add --ulimit "nofile=1024:1048576" to yocto-builds.yml. Suggested-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
parent
54ed1f7c65
commit
dcf586cb7b
1
.github/workflows/yocto-builds.yml
vendored
1
.github/workflows/yocto-builds.yml
vendored
@ -76,6 +76,7 @@ jobs:
|
|||||||
--env "IMAGE=${{ matrix.image }}" \
|
--env "IMAGE=${{ matrix.image }}" \
|
||||||
--env "DL_DIR=$DL_DIR" \
|
--env "DL_DIR=$DL_DIR" \
|
||||||
--env "SSTATE_DIR=$SSTATE_DIR" \
|
--env "SSTATE_DIR=$SSTATE_DIR" \
|
||||||
|
--ulimit "nofile=1024:1048576" \
|
||||||
"yocto-builder-${{ github.event.number }}" \
|
"yocto-builder-${{ github.event.number }}" \
|
||||||
/entrypoint-build.sh
|
/entrypoint-build.sh
|
||||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user