[skip ci] Merge branch 'v5.7.x'
This commit is contained in:
commit
37573b3001
20 changed files with 24115 additions and 277717 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Build Kernel
|
||||
run: PATH="/usr/lib/ccache:${PATH}" make
|
||||
run: make
|
||||
env:
|
||||
PVE_BUILD_TYPE: ${{ matrix.build_type }}
|
||||
PVE_BUILD_CC: ${{ matrix.build_cc }}
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Build Kernel
|
||||
run: PATH="/usr/lib/ccache:${PATH}" make
|
||||
run: make
|
||||
env:
|
||||
PVE_BUILD_TYPE: ${{ matrix.build_type }}
|
||||
PVE_BUILD_CC: ${{ matrix.build_cc }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue