]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-135155: Added dependencies required for compiling the _zstd module (GH-135156)
authorWeipeng Hong <hongweichen8888@sina.com>
Fri, 6 Jun 2025 00:44:25 +0000 (08:44 +0800)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 00:44:25 +0000 (00:44 +0000)
.github/workflows/posix-deps-apt.sh

index d5538cd9367ec600426f4c5e0e8ee0d8db73ce48..7773222af5d26f9dadd0712feb0ea31875d6cbcd 100755 (executable)
@@ -17,6 +17,7 @@ apt-get -yq install \
     libreadline6-dev \
     libsqlite3-dev \
     libssl-dev \
+    libzstd-dev \
     lzma \
     lzma-dev \
     strace \