Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanrgab committed Oct 23, 2023
1 parent 91c5927 commit 40eb1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: sydney_KSU-kernel-${{ steps.get_time.outputs.TIME }}
path: "sydney_KSU-*.img"
path: "sydney_KSU-*.img out/.config"
3 changes: 1 addition & 2 deletions arch/arm64/configs/merge_kirin710_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_KPROBES=y
CONFIG_HAVE_KPROBES=y
CONFIG_KPROBE_EVENTS=y
# CONFIG_JUMP_LABEL is not set
# CONFIG_UPROBES is not set
Expand Down Expand Up @@ -5471,7 +5470,7 @@ CONFIG_SECURITY_SELINUX=y
# CONFIG_SECURITY_SELINUX_DISABLE is not set
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
Expand Down

0 comments on commit 40eb1b5

Please sign in to comment.