Skip to content

Commit

Permalink
github: lower BB_DISKMON_DIRS limits
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
  • Loading branch information
jsbronder committed Oct 30, 2023
1 parent bfcac73 commit af76f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
echo 'SSTATE_MIRRORS += "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"' >> conf/local.conf
echo 'BB_HASHSERVE = "auto"' >> conf/local.conf
echo 'BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"' >> conf/local.conf
echo 'BB_DISKMON_DIRS = "STOPTASKS,${TMPDIR},100M,10K HALT,${TMPDIR},50M,5k"' >> conf/local.conf
if [ ${{ env.OE_BRANCH }} != "kirkstone" ]; then
echo 'INIT_MANAGER = "openrc"' >> conf/local.conf
else
Expand Down

0 comments on commit af76f67

Please sign in to comment.