Skip to content

Commit 8189104

Browse files
committed
Revert "debug-info-defconfig: add debug symbols needed by pahole"
This reverts commit e440353.
1 parent c68d8d6 commit 8189104

3 files changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/buildtest.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
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
@@ -59,16 +54,6 @@ jobs:
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"

debug-info-defconfig

Lines changed: 0 additions & 3 deletions
This file was deleted.

kconfig-sof-default.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
"$@"

0 commit comments

Comments
 (0)