Explorar o código

Enable KPM support in action.yml

Added steps to enable KPM support in the action configuration.
jimsterino98 hai 2 semanas
pai
achega
0ff3b8b50f
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      .github/actions/configs/action.yml

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

@@ -11,6 +11,13 @@ runs:
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_TMPFS_XATTR
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_TMPFS_POSIX_ACL
      
+  - name: enable KPM support
+    shell: bash
+    run: |
+     "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS
+     "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS_ALL
+     "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KPM
+     
   - name: nuke securities for root access
     shell: bash
     run: |