Explorar el Código

Update build.yml

updated config kallsyms to try and get kpm to work on samsung
jimsterino98 hace 7 meses
padre
commit
2ae09b71ad
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

@@ -221,6 +221,9 @@ jobs:
           # KPatch Next Support
           CONFIG_KALLSYMS=y
           CONFIG_KALLSYMS_ALL=y
+          # CONFIG_KALLSYMS_BASE_RELATIVE is not set
+          # CONFIG_KALLSYMS_ABSOLUTE_PERCPU is not set
+          CONFIG_KALLSYMS_UNCOMPRESSED=y
 
           # Mountify Support
           CONFIG_TMPFS_XATTR=y