Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored Oct 7, 2024
1 parent 7b524d5 commit 75f07d1
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Build

steps:
- name: Get more disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
shell: bash
run: |
Expand All @@ -36,10 +22,18 @@ jobs:
udev dosfstools uuid-runtime git-lfs device-tree-compiler python2 python3 \
python-is-python3 fdisk bc debhelper python3-pyelftools python3-setuptools \
python3-distutils python3-pkg-resources swig libfdt-dev libpython3-dev dctrl-tools
- name: Checkout code
uses: actions/checkout@v4

- name: Build Kernel at ${{ github.sha }}
shell: bash
run: fakeroot debian/rules clean binary-headers binary-rockchip do_mainline_build=true
run: |
export $(dpkg-architecture -aarm64)
export CROSS_COMPILE=aarch64-linux-gnu-
export CC=aarch64-linux-gnu-gcc
export LANG=C
fakeroot debian/rules clean binary-headers binary-rockchip do_mainline_build=true
- name: Upload Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 75f07d1

Please sign in to comment.