[skip ci] Merge branch 'v5.7.x'

This commit is contained in:
Fabian Mastenbroek 2020-07-12 21:43:44 +02:00
commit 37573b3001
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85
20 changed files with 24115 additions and 277717 deletions

View file

@ -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 }}

View file

@ -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 }}