Explorar el Código

Remove log buffer size increase step

Removed step to increase log buffer size in action.yml.
jimsterino98 hace 1 mes
padre
commit
f87059b01a
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  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: |