浏览代码

Comment out force_tcp_nodelay.patch for certain branches

Comment out the force_tcp_nodelay.patch application in the action.yml file for specific branches.
jimsterino98 1 月之前
父节点
当前提交
43e41329b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/optimization/action.yml

+ 1 - 1
.github/actions/optimization/action.yml

@@ -40,7 +40,7 @@ runs:
      sed -i 's/pm_wakeup_event(dev, 2 \* MSEC_PER_SEC);/pm_wakeup_event(dev, ktime_to_ms(min) + 1);/' kernel/time/alarmtimer.c
      patch -p1 < "$KERNEL_PATCHES/common/int_sqrt.patch"
      if [[ $BRANCH != SM-S926* && $BRANCH != SM-A546* ]]; then
-     patch -p1 < "$KERNEL_PATCHES/common/force_tcp_nodelay.patch"
+     #patch -p1 < "$KERNEL_PATCHES/common/force_tcp_nodelay.patch"
      patch -p1 < "$KERNEL_PATCHES/common/reduce_gc_thread_sleep_time.patch"
      else
      echo "skipping force tcp no delay and reduce gc thread sleep time patches for s24 plus"