Skip to content

Commit 13f0283

Browse files
committed
Revert "musllinux wheels use new libunwind"
This reverts commit b2b5679.
1 parent 0d1e1c1 commit 13f0283

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,5 @@ before-all = [
170170
"apk add libintl",
171171

172172
# Install Memray's other build and test dependencies
173-
"apk add --update lz4-dev",
174-
175-
# Build libunwind from source
176-
"cd /",
177-
"LIBUNWIND_VERS=1.8.3",
178-
"curl -LO https://github.com/libunwind/libunwind/releases/download/v$LIBUNWIND_VERS/libunwind-$LIBUNWIND_VERS.tar.gz",
179-
"tar xf libunwind-$LIBUNWIND_VERS.tar.gz",
180-
"cd libunwind-$LIBUNWIND_VERS",
181-
"./configure --disable-minidebuginfo",
182-
"make install",
173+
"apk add --update libunwind-dev lz4-dev"
183174
]

0 commit comments

Comments
 (0)