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: