From da389ab837ef0954d6af88febb707ec37b3f2b46 Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sat, 22 Jul 2023 20:35:35 +0200 Subject: [PATCH] pkg: fedora: Disable compressed debug info --- pkg/fedora/kernel-surface/configs/fedora.config | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pkg/fedora/kernel-surface/configs/fedora.config b/pkg/fedora/kernel-surface/configs/fedora.config index 4fadc81e1..3ef4a0dc1 100644 --- a/pkg/fedora/kernel-surface/configs/fedora.config +++ b/pkg/fedora/kernel-surface/configs/fedora.config @@ -6,10 +6,4 @@ ## 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 +CONFIG_VIDEO_V4L2_SUBDEV_API=y \ No newline at end of file