pkg: fedora: Compress debug info

This commit is contained in:
Dorian Stoll 2023-06-08 23:56:14 +02:00
parent 0c2ddf0d79
commit 5d9ac24b5e
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

@ -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