File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 sudo apt update
2929 sudo apt install -y libelf-dev
3030
31+ - name : Install pahole
32+ run : |
33+ sudo apt update
34+ sudo apt install -y pahole
35+
3136 - name : Install debhelper
3237 run : |
3338 sudo apt update
5459 repository : ' thesofproject/linux'
5560 path : ' linux'
5661
62+ - name : Install libelf
63+ run : |
64+ sudo apt update
65+ sudo apt install -y libelf-dev
66+
67+ - name : Install pahole
68+ run : |
69+ sudo apt update
70+ sudo apt install -y pahole
71+
5772 - name : build start
5873 run : |
5974 export ARCH=i386 KCFLAGS="-Wall -Werror"
@@ -108,6 +123,11 @@ jobs:
108123 sudo apt update
109124 sudo apt install -y libelf-dev
110125
126+ - name : Install pahole
127+ run : |
128+ sudo apt update
129+ sudo apt install -y pahole
130+
111131 - name : build start
112132 run : |
113133 export ARCH=x86_64 CC=clang KCFLAGS="-Wall -Werror"
Original file line number Diff line number Diff line change 1+ CONFIG_DEBUG_INFO=y
2+ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
3+ CONFIG_DEBUG_INFO_BTF=y
Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ $COMMAND .config \
2323 " $KCONFIG_DIR " /soundwire-defconfig \
2424 " $KCONFIG_DIR " /soundwire-codecs-defconfig \
2525 " $KCONFIG_DIR " /bpf-defconfig \
26+ " $KCONFIG_DIR " /debug-info-defconfig \
2627 " $@ "
You can’t perform that action at this time.
0 commit comments