We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1e1c1 commit 13f0283Copy full SHA for 13f0283
pyproject.toml
@@ -170,14 +170,5 @@ before-all = [
170
"apk add libintl",
171
172
# 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",
+ "apk add --update libunwind-dev lz4-dev"
183
]
0 commit comments