This commit is contained in:
parent
055fab4683
commit
1e422bae11
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
path: pve-port-kernel
|
||||
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-port-kernel
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue