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-
3631 - name : Install debhelper
3732 run : |
3833 sudo apt update
5954 repository : ' thesofproject/linux'
6055 path : ' linux'
6156
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-
7257 - name : build start
7358 run : |
7459 export ARCH=i386 KCFLAGS="-Wall -Werror"
@@ -123,11 +108,6 @@ jobs:
123108 sudo apt update
124109 sudo apt install -y libelf-dev
125110
126- - name : Install pahole
127- run : |
128- sudo apt update
129- sudo apt install -y pahole
130-
131111 - name : build start
132112 run : |
133113 export ARCH=x86_64 CC=clang KCFLAGS="-Wall -Werror"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,5 +23,4 @@ $COMMAND .config \
2323 " $KCONFIG_DIR " /soundwire-defconfig \
2424 " $KCONFIG_DIR " /soundwire-codecs-defconfig \
2525 " $KCONFIG_DIR " /bpf-defconfig \
26- " $KCONFIG_DIR " /debug-info-defconfig \
2726 " $@ "
You can’t perform that action at this time.
0 commit comments