|
|
@@ -16,6 +16,7 @@ runs:
|
|
|
steps:
|
|
|
- name: 'Apply BBRv3'
|
|
|
shell: bash
|
|
|
+ if: false
|
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
|
run: |
|
|
|
set -euo pipefail
|
|
|
@@ -28,6 +29,7 @@ runs:
|
|
|
echo "✅ BBRv3 patches applied"
|
|
|
|
|
|
- name: Enable Kernel Configs
|
|
|
+ if: false
|
|
|
uses: ./.github/actions/set-kernel-config
|
|
|
with:
|
|
|
config_list: |
|
|
|
@@ -87,6 +89,7 @@ runs:
|
|
|
sed -i 's/CONFIG_IP_SET_MAX/65534/g' net/netfilter/ipset/ip_set_core.c
|
|
|
|
|
|
- name: Apply NTSync Patch
|
|
|
+ if: false
|
|
|
shell: bash
|
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
|
run: |
|