We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb71c14 commit dac9cd8Copy full SHA for dac9cd8
1 file changed
.github/workflows/build-kernel.yml
@@ -97,10 +97,6 @@ jobs:
97
with:
98
swap-size-gb: 10
99
100
- - name: Disable strong stack protector
101
- run: |
102
- cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
103
- scripts/config --disable CONFIG_CC_STACKPROTECTOR_STRONG
104
105
- name: Setup kernel build environment
106
run: |
@@ -228,6 +224,12 @@ jobs:
228
224
cd $GITHUB_WORKSPACE/kernel_workspace
229
225
git clone --recursive ${{ env.KERNEL_SOURCE }} -b ${{ env.KERNEL_SOURCE_BRANCH }} android-kernel --depth=1
230
226
227
+
+ - name: Disable strong stack protector
+ run: |
+ cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
231
+ scripts/config --disable CONFIG_CC_STACKPROTECTOR_STRONG
232
233
- name: Download source boot image
234
if: env.BUILD_BOOT_IMG == 'true'
235
0 commit comments