We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97466f commit 060b9d2Copy full SHA for 060b9d2
1 file changed
.github/workflows/build-kernel.yml
@@ -236,6 +236,7 @@ jobs:
236
ls -l scripts/config
237
make ARCH=arm64 ${DEVICE}_defconfig
238
scripts/config --disable CONFIG_CC_STACKPROTECTOR_STRONG
239
+ make ARCH=arm64 olddefconfig
240
241
- name: Download source boot image
242
if: env.BUILD_BOOT_IMG == 'true'
0 commit comments