瀏覽代碼

pkg: fedora: Compress debug info

Dorian Stoll 2 年之前
父節點
當前提交
5d9ac24b5e
共有 1 個文件被更改,包括 10 次插入2 次删除
  1. 10 2
      pkg/fedora/kernel-surface/configs/fedora.config

+ 10 - 2
pkg/fedora/kernel-surface/configs/fedora.config

@@ -2,6 +2,14 @@
 ## Config options specific to Fedora
 ##
 
-# The build fails because this is not enabled in the config set for RHEL,
-# but enabled automatically by one of our patches.
+##
+## The build fails because this is not enabled in the config set for RHEL,
+## but enabled automatically by one of our patches.
+##
 CONFIG_VIDEO_V4L2_SUBDEV_API=y
+
+##
+## Compress debug info to prevent GitHub Actions from running out of space.
+##
+CONFIG_DEBUG_INFO_COMPRESSED_ZLIB=y
+# CONFIG_DEBUG_INFO_COMPRESSED_NONE is not set