From 9bd3766935c371a450c83623b2a8b5b9254a6187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Tue, 14 Jan 2020 22:19:24 +0900 Subject: [PATCH] pkg: debian: disable debug-info --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23b675ea8..6570118f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,6 +96,9 @@ jobs: cd linux + # disable debug-info because we don't want a 800MB image + sed --in-place 's/debug-info: true/debug-info: false/' debian/config/defines + # apply debian patches debian/bin/genorig.py ../linux-$KERNEL_VERSION.tar.xz debian/rules orig