You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
Remove deprected switch. Logs saying its not needed anymore.
This commit is contained in:
3
.github/workflows/compile.yaml
vendored
3
.github/workflows/compile.yaml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Build Kernel at ${{ github.event.pull_request.head.sha }}
|
||||
id: kernel
|
||||
run: |
|
||||
|
||||
|
||||
rm -rf output/debs/*
|
||||
mkdir -p userpatches/extensions/
|
||||
cat <<- EOF > userpatches/extensions/pull-request.sh
|
||||
@@ -44,7 +44,6 @@ jobs:
|
||||
EOF
|
||||
bash ./compile.sh kernel \
|
||||
SHARE_LOG=yes \
|
||||
ARTIFACT_USE_CACHE="yes" \
|
||||
BOARD=orangepi5 \
|
||||
BRANCH=legacy \
|
||||
ENABLE_EXTENSIONS="pull-request"
|
||||
|
||||
Reference in New Issue
Block a user