From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 6 Jun 2025 01:09:08 +0000 (+0200) Subject: [3.14] gh-135155: Added dependencies required for compiling the _zstd module (GH... X-Git-Tag: v3.14.0b3~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=897b81500cf4756a5b4c7a4205f44d05e502c481;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-135155: Added dependencies required for compiling the _zstd module (GH-135156) (#135197) gh-135155: Added dependencies required for compiling the _zstd module (GH-135156) (cherry picked from commit a7d41e8aab5211f4ed7f636c41d63adcab0affba) Co-authored-by: Weipeng Hong --- diff --git a/.github/workflows/posix-deps-apt.sh b/.github/workflows/posix-deps-apt.sh index d5538cd9367e..7773222af5d2 100755 --- a/.github/workflows/posix-deps-apt.sh +++ b/.github/workflows/posix-deps-apt.sh @@ -17,6 +17,7 @@ apt-get -yq install \ libreadline6-dev \ libsqlite3-dev \ libssl-dev \ + libzstd-dev \ lzma \ lzma-dev \ strace \