Browse Source

Update build.yml

updated config kallsyms to try and get kpm to work on samsung
jimsterino98 7 months ago
parent
commit
2ae09b71ad
1 changed files with 3 additions and 0 deletions
  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