瀏覽代碼

Update build.yml

updated config kallsyms to try and get kpm to work on samsung
jimsterino98 7 月之前
父節點
當前提交
2ae09b71ad
共有 1 個文件被更改,包括 3 次插入0 次删除
  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