Skip to content

Commit

Permalink
enable kernel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Apr 22, 2024
1 parent 228e819 commit 3476af2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:
./scripts/config --set-str LOCALVERSION -sdv
working-directory: sources

# debugging
- uses: actions/upload-artifact@v3
with:
name: config
path: 'sources/.config'

- uses: actions/cache@v3
with:
path: ~/.cache/ccache
Expand All @@ -93,24 +99,18 @@ jobs:
"${{ runner.os }}-${{ env.ref }}"
"${{ runner.os }}"
# - name: Build kernel
# run: |
# export PATH="/usr/lib/ccache:$PATH"
# make -j$(nproc) bindeb-pkg
# working-directory: sources
- name: Build kernel
run: |
export PATH="/usr/lib/ccache:$PATH"
make -j$(nproc) bindeb-pkg
working-directory: sources

- uses: actions/upload-artifact@v3
with:
name: config
path: 'sources/.config'


# - uses: actions/upload-artifact@v3
# with:
# name: linux-${{ env.ref_art }}
# path: '*.deb'
name: linux-${{ env.ref_art }}
path: '*.deb'

# - run: rm -rf *.deb
- run: rm -rf *.deb

release:
# this job makes an official Github release
Expand Down

0 comments on commit 3476af2

Please sign in to comment.