Skip to content

Commit

Permalink
Revert "debug-info-defconfig: add debug symbols needed by pahole"
Browse files Browse the repository at this point in the history
This reverts commit e440353.
  • Loading branch information
fredoh9 committed Jun 27, 2024
1 parent c68d8d6 commit 8189104
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
sudo apt update
sudo apt install -y libelf-dev
- name: Install pahole
run: |
sudo apt update
sudo apt install -y pahole
- name: Install debhelper
run: |
sudo apt update
Expand All @@ -59,16 +54,6 @@ jobs:
repository: 'thesofproject/linux'
path: 'linux'

- name: Install libelf
run: |
sudo apt update
sudo apt install -y libelf-dev
- name: Install pahole
run: |
sudo apt update
sudo apt install -y pahole
- name: build start
run: |
export ARCH=i386 KCFLAGS="-Wall -Werror"
Expand Down Expand Up @@ -123,11 +108,6 @@ jobs:
sudo apt update
sudo apt install -y libelf-dev
- name: Install pahole
run: |
sudo apt update
sudo apt install -y pahole
- name: build start
run: |
export ARCH=x86_64 CC=clang KCFLAGS="-Wall -Werror"
Expand Down
3 changes: 0 additions & 3 deletions debug-info-defconfig

This file was deleted.

1 change: 0 additions & 1 deletion kconfig-sof-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ $COMMAND .config \
"$KCONFIG_DIR"/soundwire-defconfig \
"$KCONFIG_DIR"/soundwire-codecs-defconfig \
"$KCONFIG_DIR"/bpf-defconfig \
"$KCONFIG_DIR"/debug-info-defconfig \
"$@"

0 comments on commit 8189104

Please sign in to comment.