Kaynağa Gözat

Skip patch for android16-6.12 version

Commented out the patch command for android16-6.12 version and added a skipped message.
James McConnell 2 ay önce
ebeveyn
işleme
ca68fa0012
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      .github/actions/networking/action.yml

+ 2 - 1
.github/actions/networking/action.yml

@@ -101,7 +101,8 @@ runs:
         set -euo pipefail
         if [[ ${{ inputs.version }} == "android16-6.12" ]]; then
           #patch -p1 < "${{ github.workspace }}/kernel_patches/common/bbrv3/0001-net-tcp-backport-BBRv3-to-android15-6.6.patch"
-          patch -p1 < ${{ github.action_path }}/patches/0001-net-tcp-backport-BBRv3-to-android16-6.12.patch
+          #patch -p1 < ${{ github.action_path }}/patches/0001-net-tcp-backport-BBRv3-to-android16-6.12.patch
+          echo "skipped"
         elif [[ ${{ inputs.version }} == "android15-6.6" ]]; then
           patch -p1 < "${{ github.workspace }}/kernel_patches/common/bbrv3/0001-net-tcp-backport-BBRv3-to-android15-6.6.patch"
         elif [[ ${{ inputs.version }} == "android14-6.1" ]]; then