Skip to content

Commit dac9cd8

Browse files
authored
Update build-kernel.yml
1 parent fb71c14 commit dac9cd8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build-kernel.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ jobs:
9797
with:
9898
swap-size-gb: 10
9999

100-
- name: Disable strong stack protector
101-
run: |
102-
cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
103-
scripts/config --disable CONFIG_CC_STACKPROTECTOR_STRONG
104100

105101
- name: Setup kernel build environment
106102
run: |
@@ -228,6 +224,12 @@ jobs:
228224
cd $GITHUB_WORKSPACE/kernel_workspace
229225
git clone --recursive ${{ env.KERNEL_SOURCE }} -b ${{ env.KERNEL_SOURCE_BRANCH }} android-kernel --depth=1
230226
227+
228+
- name: Disable strong stack protector
229+
run: |
230+
cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
231+
scripts/config --disable CONFIG_CC_STACKPROTECTOR_STRONG
232+
231233
- name: Download source boot image
232234
if: env.BUILD_BOOT_IMG == 'true'
233235
run: |

0 commit comments

Comments
 (0)