Skip to content

Commit

Permalink
fixup! CI: Separate the setup configuration parts (xiaoleGun#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
RinLoYi authored May 27, 2023
1 parent aec6ca1 commit 93f48eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
- name: Setup Configuration for Kernel
run: |
cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel
if [ ${{ env.ADD_KPROBES_CONFIG }} = true ]; then
echo "CONFIG_MODULES=y" >> arch/${{ env.ARCH }}/configs/${{ env.KERNEL_CONFIG }}
echo "CONFIG_KPROBES=y" >> arch/${{ env.ARCH }}/configs/${{ env.KERNEL_CONFIG }}
Expand Down

0 comments on commit 93f48eb

Please sign in to comment.