From 64630c6d760589e950b2fcbaa2d2c6ba1f89a6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=98=D7=A4=D7=9C=20=D7=91=D7=9C=D7=95=D7=98?= <130299352+dpkg123@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:07:18 +0800 Subject: [PATCH] Update 4.yml --- .github/workflows/4.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/workflows/4.yml b/.github/workflows/4.yml index 8deb404d21..700f6e0f4c 100644 --- a/.github/workflows/4.yml +++ b/.github/workflows/4.yml @@ -30,7 +30,27 @@ jobs: - name: "Checkout Repo" run: git clone https://github.com/Mangeshrex/rxfetch - run: cd rxfetch && sudo bash rxfetch - + + ci-6: + runs-on: ubuntu-20.04 + permissions: + contents: read + steps: + - name: free disk space + uses: rokibhasansagar/slimhub_actions@main + - run: sudo apt-get update && sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \ + build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ + xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ + xterm -y + - run: git clone -b warrior git://git.yoctoproject.org/poky.git --depth=2 + - name: Build + run: | + cd poky + source oe-init-build-env + bitbake core-image-sato + - run: sudo du -h poky/build + + ci-5: runs-on: ubuntu-20.04 permissions: