浏览代码

Remove log buffer size increase step

Removed step to increase log buffer size in action.yml.
jimsterino98 1 月之前
父节点
当前提交
f87059b01a
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      .github/actions/configs/action.yml

+ 0 - 8
.github/actions/configs/action.yml

@@ -18,14 +18,6 @@ runs:
      CONFIG_TMPFS_POSIX_ACL=y
      EOF
 
-  - name: increase log buffer size for showing bbg on ksu manager homepage
-    shell: bash
-    run: |
-     cat >> "$GKI_DEFCONFIG" << 'EOF'
-     # increase log buffer size to show bbg version in wksu homepage
-     CONFIG_LOG_BUF_SHIFT=20
-     EOF
-
   - name: nuke securities for root access
     shell: bash
     run: |