Skip to content

Commit

Permalink
github: INHERIT rm_work_and_downloads
Browse files Browse the repository at this point in the history
We only have 14 Gb of disk in github runners, and 4 of that goes to just
the kernel.  This leads to frequent CI "failures" where all we did was
try to build an entire toolchain,distro,rootfs in under 14Gb.
Scandalous!

Signed-off-by: Justin Bronder <[email protected]>
  • Loading branch information
jsbronder committed Mar 27, 2024
1 parent 0c6953d commit 08f146b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
source poky/oe-init-build-env build
bitbake-layers add-layer ../meta-openrc
echo 'INHERIT += "rm_work"' >> conf/local.conf
echo 'INHERIT += "rm_work_and_downloads"' >> conf/local.conf
echo 'DISTRO_FEATURES:remove = "alsa bluetooth usbgadget zeroconf 3g nfc x11 opengl ptest wayland vulkan gobject-introspection-data"' >> conf/local.conf
echo 'BB_SIGNATURE_HANDLER = "OEEquivHash"' >> conf/local.conf
echo 'SSTATE_MIRRORS += "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"' >> conf/local.conf
Expand Down

0 comments on commit 08f146b

Please sign in to comment.