This commit is contained in:
parent
1e422bae11
commit
f4ef42d091
1 changed files with 0 additions and 4 deletions
|
@ -19,14 +19,10 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
path: pve-kernel-thunderx
|
||||
- name: Setup build depends
|
||||
run: sudo mk-build-deps -i
|
||||
- name: Build Kernel
|
||||
run: |
|
||||
rm -rf *.deb *.ddeb *.build *.buildinfo *.changes
|
||||
cd pve-kernel-thunderx
|
||||
rm debian/control
|
||||
debian/rules debian/control
|
||||
debuild -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us
|
||||
- name: Upload Artifacts
|
||||
|
|
Loading…
Reference in a new issue