Skip to content

Commit

Permalink
install lldb python package for musl to get better crash details
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed Dec 2, 2024
1 parent b371864 commit b21e73d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ jobs:
with:
path: build/libs
key: libs-${{ matrix.image }}-${{ hashFiles('Makefile', 'CMakeLists.txt', 'libs/CMakeLists.txt') }}
- name: install lldb python package on musl
if: matrix.name == 'x86-64 Linux musl'
run: |
apk update
apk upgrade
apk add --update --no-cache py3-lldb
- name: Build Debug Runtime
run: |
make configure arch=x86-64 config=debug
Expand Down

0 comments on commit b21e73d

Please sign in to comment.